Share via


ElasticCompanyInfo Class

Definition

Company information of the user to be passed to partners.

public class ElasticCompanyInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Elastic.Models.ElasticCompanyInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Elastic.Models.ElasticCompanyInfo>
type ElasticCompanyInfo = class
    interface IJsonModel<ElasticCompanyInfo>
    interface IPersistableModel<ElasticCompanyInfo>
Public Class ElasticCompanyInfo
Implements IJsonModel(Of ElasticCompanyInfo), IPersistableModel(Of ElasticCompanyInfo)
Inheritance
ElasticCompanyInfo
Implements

Constructors

Name Description
ElasticCompanyInfo()

Initializes a new instance of ElasticCompanyInfo.

Properties

Name Description
Business

Business of the company.

Country

Country of the company location.

Domain

Domain of the company.

EmployeesNumber

Number of employees in the company.

State

State of the company location.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ElasticCompanyInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ElasticCompanyInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticCompanyInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticCompanyInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ElasticCompanyInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to