IAcceptOwnershipStatusResponse.AcceptOwnershipState Property
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.
The accept ownership state of the resource.
[Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Description="The accept ownership state of the resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.AcceptOwnership) }, ReadOnly=true, Required=false, SerializedName="acceptOwnershipState")]
public Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.AcceptOwnership? AcceptOwnershipState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Description="The accept ownership state of the resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.AcceptOwnership) }, ReadOnly=true, Required=false, SerializedName="acceptOwnershipState")>]
member this.AcceptOwnershipState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.AcceptOwnership>
Public ReadOnly Property AcceptOwnershipState As Nullable(Of AcceptOwnership)
Property Value
- Attributes