InformaticaOrganizationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET