AstroIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.AstroIdentityTypeConverter))]
public class AstroIdentity : Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.IAstroIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.AstroIdentityTypeConverter))>]
type AstroIdentity = class
    interface IAstroIdentity
    interface IJsonSerializable
Public Class AstroIdentity
Implements IAstroIdentity
Inheritance
AstroIdentity
Attributes
Implements

Constructors

Name Description
AstroIdentity()

Creates an new AstroIdentity 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.

SubscriptionId

The ID of the target subscription.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AstroIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AstroIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Astro.Models.IAstroIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AstroIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to