SubscriptionIdentity Class
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 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 |
The operation ID, which can be found from the Location field in the generate recommendation response header. |
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() |