InformaticaIdentity Class

Definition

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

Constructors

Name Description
InformaticaIdentity()

Creates an new InformaticaIdentity instance.

Properties

Name Description
Id

Resource identity path

OrganizationName

Name of the Organizations resource

ResourceGroupName

The name of the resource group. The name is case insensitive.

ServerlessRuntimeName

Name of the Serverless Runtime resource

SubscriptionId

The ID of the target subscription.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InformaticaIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InformaticaIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InformaticaIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to