ISubscriptionIdentity Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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 |
The operation ID, which can be found from the Location field in the generate recommendation response header. |
SubscriptionId |
Subscription Id. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |