Share via


InformaticaOrganizationPropertiesUpdate Class

Definition

Patchable Properties of the Informatica Organization resource.

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

Constructors

InformaticaOrganizationPropertiesUpdate()

Initializes a new instance of InformaticaOrganizationPropertiesUpdate.

Properties

CompanyDetails

Company Details.

ExistingResourceId

Existing Resource Id.

InformaticaOrganizationProperties

Informatica Organization properties.

MarketplaceDetails

Marketplace details.

UserDetails

User details.

Explicit Interface Implementations

IJsonModel<InformaticaOrganizationPropertiesUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaOrganizationPropertiesUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaOrganizationPropertiesUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaOrganizationPropertiesUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaOrganizationPropertiesUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to