InformaticaCompanyDetails Class

Definition

Company Details.

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

Constructors

InformaticaCompanyDetails()

Initializes a new instance of InformaticaCompanyDetails.

Properties

Business

Business phone number.

CompanyName

company Name.

Country

Country name.

Domain

Domain name.

NumberOfEmployees

Number Of Employees.

OfficeAddress

Office Address.

Explicit Interface Implementations

IJsonModel<InformaticaCompanyDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaCompanyDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaCompanyDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaCompanyDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaCompanyDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to