AcceptOwnershipStatusResponse 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
AcceptOwnershipStatusResponse() |
Initializes a new instance of the AcceptOwnershipStatusResponse class. |
AcceptOwnershipStatusResponse(String, String, String, String, String, IDictionary<String,String>) |
Initializes a new instance of the AcceptOwnershipStatusResponse class. |
AcceptOwnershipStatusResponse()
Initializes a new instance of the AcceptOwnershipStatusResponse class.
public AcceptOwnershipStatusResponse ();
Public Sub New ()
Applies to
AcceptOwnershipStatusResponse(String, String, String, String, String, IDictionary<String,String>)
Initializes a new instance of the AcceptOwnershipStatusResponse class.
public AcceptOwnershipStatusResponse (string subscriptionId = default, string acceptOwnershipState = default, string billingOwner = default, string subscriptionTenantId = default, string displayName = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipStatusResponse : string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Subscription.Models.AcceptOwnershipStatusResponse
Public Sub New (Optional subscriptionId As String = Nothing, Optional acceptOwnershipState As String = Nothing, Optional billingOwner As String = Nothing, Optional subscriptionTenantId As String = Nothing, Optional displayName As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Parameters
- subscriptionId
- String
Newly created subscription Id.
- acceptOwnershipState
- String
Possible values include: 'Pending', 'Completed', 'Expired'
- billingOwner
- String
UPN of the billing owner
- subscriptionTenantId
- String
Tenant Id of the subscription
- displayName
- String
The display name of the subscription.
- tags
- IDictionary<String,String>
Tags for the subscription
Applies to
Azure SDK for .NET