SubscriptionAliasResponseProperties Constructors
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.
Overloads
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. |
SubscriptionAliasResponseProperties()
Initializes a new instance of the SubscriptionAliasResponseProperties class.
public SubscriptionAliasResponseProperties ();
Public Sub New ()
Applies to
SubscriptionAliasResponseProperties(String, String, String, String, String, String, String, String, String, String, String, IDictionary<String, String>)
Initializes a new instance of the SubscriptionAliasResponseProperties class.
public SubscriptionAliasResponseProperties (string subscriptionId = default, string displayName = default, string provisioningState = default, string acceptOwnershipUrl = default, string acceptOwnershipState = default, string billingScope = default, string workload = default, string resellerId = default, string subscriptionOwnerId = default, string managementGroupId = default, string createdTime = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponseProperties : string * string * string * string * string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Subscription.Models.SubscriptionAliasResponseProperties
Public Sub New (Optional subscriptionId As String = Nothing, Optional displayName As String = Nothing, Optional provisioningState As String = Nothing, Optional acceptOwnershipUrl As String = Nothing, Optional acceptOwnershipState As String = Nothing, Optional billingScope As String = Nothing, Optional workload As String = Nothing, Optional resellerId As String = Nothing, Optional subscriptionOwnerId As String = Nothing, Optional managementGroupId As String = Nothing, Optional createdTime As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- subscriptionId
- String
Newly created subscription Id.
- displayName
- String
The display name of the subscription.
- provisioningState
- String
The provisioning state of the resource. Possible values include: 'Accepted', 'Succeeded', 'Failed'
- acceptOwnershipUrl
- String
Url to accept ownership of the subscription.
- acceptOwnershipState
- String
Possible values include: 'Pending', 'Completed', 'Expired'
- billingScope
- String
- workload
- String
Possible values include: 'Production', 'DevTest'
- resellerId
- String
Reseller Id
- subscriptionOwnerId
- String
Owner Id of the subscription
- managementGroupId
- String
The Management Group Id.
- createdTime
- String
Created Time
- tags
- IDictionary<String,String>
Tags for the subscription
Applies to
Azure SDK for .NET