Freigeben über


SubscriptionIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.SubscriptionIdentityTypeConverter))]
public class SubscriptionIdentity : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.SubscriptionIdentityTypeConverter))>]
type SubscriptionIdentity = class
    interface ISubscriptionIdentity
    interface IJsonSerializable
Public Class SubscriptionIdentity
Implements ISubscriptionIdentity
Inheritance
SubscriptionIdentity
Attributes
Implements

Constructors

SubscriptionIdentity()

Creates an new SubscriptionIdentity instance.

Properties

AliasName

AliasName is the name for the subscription creation request. Note that this is not the same as subscription name and this doesn’t have any other lifecycle need beyond the request for subscription creation.

BillingAccountId

Billing Account Id.

Id

Resource identity path

OperationId
SubscriptionId

Subscription Id.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.ISubscriptionIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to