ArmSubscriptionModelFactory.AcceptOwnershipStatus Method
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.
Initializes a new instance of AcceptOwnershipStatus.
public static Azure.ResourceManager.Subscription.Models.AcceptOwnershipStatus AcceptOwnershipStatus (string subscriptionId = default, Azure.ResourceManager.Subscription.Models.AcceptOwnershipState? acceptOwnershipState = default, Azure.ResourceManager.Subscription.Models.AcceptOwnershipProvisioningState? provisioningState = default, string billingOwner = default, Guid? subscriptionTenantId = default, string displayName = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default);
static member AcceptOwnershipStatus : string * Nullable<Azure.ResourceManager.Subscription.Models.AcceptOwnershipState> * Nullable<Azure.ResourceManager.Subscription.Models.AcceptOwnershipProvisioningState> * string * Nullable<Guid> * string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.Subscription.Models.AcceptOwnershipStatus
Public Shared Function AcceptOwnershipStatus (Optional subscriptionId As String = Nothing, Optional acceptOwnershipState As Nullable(Of AcceptOwnershipState) = Nothing, Optional provisioningState As Nullable(Of AcceptOwnershipProvisioningState) = Nothing, Optional billingOwner As String = Nothing, Optional subscriptionTenantId As Nullable(Of Guid) = Nothing, Optional displayName As String = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing) As AcceptOwnershipStatus
Parameters
- subscriptionId
- String
Newly created subscription Id.
- acceptOwnershipState
- Nullable<AcceptOwnershipState>
The accept ownership state of the resource.
- provisioningState
- Nullable<AcceptOwnershipProvisioningState>
The provisioning state of the resource.
- billingOwner
- String
UPN of the billing owner.
- displayName
- String
The display name of the subscription.
- tags
- IReadOnlyDictionary<String,String>
Tags for the subscription.
Returns
A new AcceptOwnershipStatus instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET