Share via


InformaticaProperties Class

Definition

Properties of the Informatica organization.

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

Constructors

InformaticaProperties()

Initializes a new instance of InformaticaProperties.

Properties

InformaticaRegion

Informatica organization region.

OrganizationId

Organization id.

OrganizationName

Organization name.

SingleSignOnUri

Single sing on URL for informatica organization.

Explicit Interface Implementations

IJsonModel<InformaticaProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<InformaticaProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InformaticaProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InformaticaProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InformaticaProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to