你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InformaticaOrganizationProperties Class

Definition

Properties specific to the Informatica DataManagement Organization resource.

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

Constructors

InformaticaOrganizationProperties()

Initializes a new instance of InformaticaOrganizationProperties.

Properties

CompanyDetails

Company details.

InformaticaProperties

Informatica Organization properties.

LinkOrganizationToken

Link organization token.

MarketplaceDetails

Marketplace details.

ProvisioningState

Provisioning State of the resource.

UserDetails

User details.

Explicit Interface Implementations

IJsonModel<InformaticaOrganizationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaOrganizationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaOrganizationProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaOrganizationProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaOrganizationProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to