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.
public class SubscriptionAliasResponseProperties
type SubscriptionAliasResponseProperties = class
Public Class SubscriptionAliasResponseProperties
- Inheritance
-
SubscriptionAliasResponseProperties
Constructors
SubscriptionAliasResponseProperties() |
Initializes a new instance of the SubscriptionAliasResponseProperties class. |
SubscriptionAliasResponseProperties(String, String, String, String, String, String, String, String, String, String, String, IDictionary<String, String>) |
Initializes a new instance of the SubscriptionAliasResponseProperties class. |
Properties
AcceptOwnershipState |
Gets or sets possible values include: 'Pending', 'Completed', 'Expired' |
AcceptOwnershipUrl |
Gets url to accept ownership of the subscription. |
BillingScope | |
CreatedTime |
Gets or sets created Time |
DisplayName |
Gets or sets the display name of the subscription. |
ManagementGroupId |
Gets or sets the Management Group Id. |
ProvisioningState |
Gets or sets the provisioning state of the resource. Possible values include: 'Accepted', 'Succeeded', 'Failed' |
ResellerId |
Gets or sets reseller Id |
SubscriptionId |
Gets newly created subscription Id. |
SubscriptionOwnerId |
Gets or sets owner Id of the subscription |
Tags |
Gets or sets tags for the subscription |
Workload |
Gets or sets possible values include: 'Production', 'DevTest' |
Applies to
Azure SDK for .NET