Share via


TerraformIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.TerraformIdentityTypeConverter))]
public class TerraformIdentity : Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ITerraformIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.TerraformIdentityTypeConverter))>]
type TerraformIdentity = class
    interface ITerraformIdentity
    interface IJsonSerializable
Public Class TerraformIdentity
Implements ITerraformIdentity
Inheritance
TerraformIdentity
Attributes
Implements

Constructors

TerraformIdentity()

Creates an new TerraformIdentity instance.

Properties

Id

Resource identity path

OperationId

The ID of an ongoing async operation.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TerraformIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TerraformIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Terraform.Models.ITerraformIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TerraformIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to