InformaticaProperties Class

Definition

Properties of the Informatica organization.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaPropertiesTypeConverter))]
public class InformaticaProperties : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.InformaticaPropertiesTypeConverter))>]
type InformaticaProperties = class
    interface IInformaticaProperties
    interface IJsonSerializable
Public Class InformaticaProperties
Implements IInformaticaProperties
Inheritance
InformaticaProperties
Attributes
Implements

Constructors

Name Description
InformaticaProperties()

Creates an new InformaticaProperties instance.

Properties

Name Description
InformaticaRegion

Informatica organization region

OrganizationId

Organization id

OrganizationName

Organization name

SingleSignOnUrl

Single sing on URL for informatica organization

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InformaticaProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InformaticaProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.IInformaticaProperties.

FromJsonString(String)

Creates a new instance of InformaticaProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InformaticaProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to