SubscriptionAliasResponseProperties 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.
Put subscription creation result properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionAliasResponsePropertiesTypeConverter))]
public class SubscriptionAliasResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionAliasResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionAliasResponsePropertiesTypeConverter))>]
type SubscriptionAliasResponseProperties = class
interface ISubscriptionAliasResponseProperties
interface IJsonSerializable
Public Class SubscriptionAliasResponseProperties
Implements ISubscriptionAliasResponseProperties
- Inheritance
-
SubscriptionAliasResponseProperties
- Attributes
- Implements
Constructors
SubscriptionAliasResponseProperties() |
Creates an new SubscriptionAliasResponseProperties instance. |
Properties
AcceptOwnershipState |
The accept ownership state of the resource. |
AcceptOwnershipUrl |
Url to accept ownership of the subscription. |
BillingScope |
Billing scope of the subscription. For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName} |
CreatedTime |
Created Time |
DisplayName |
The display name of the subscription. |
ManagementGroupId |
The Management Group Id. |
ProvisioningState |
The provisioning state of the resource. |
ResellerId |
Reseller Id |
SubscriptionId |
Newly created subscription Id. |
SubscriptionOwnerId |
Owner Id of the subscription |
Tag |
Tags for the subscription |
Workload |
The workload type of the subscription. It can be either Production or DevTest. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SubscriptionAliasResponseProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubscriptionAliasResponseProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionAliasResponseProperties. |
FromJsonString(String) |
Creates a new instance of SubscriptionAliasResponseProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubscriptionAliasResponseProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |