CompanyInfo Class

Definition

Company information of the user to be passed to partners.

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

Constructors

CompanyInfo()

Initializes a new instance of CompanyInfo.

Properties

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CompanyInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CompanyInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CompanyInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CompanyInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CompanyInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to