ISubscriptionIdentity Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to