AcceptOwnershipProvisioningState Struct
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 provisioning state of the resource.
public readonly struct AcceptOwnershipProvisioningState : IEquatable<Azure.ResourceManager.Subscription.Models.AcceptOwnershipProvisioningState>
type AcceptOwnershipProvisioningState = struct
Public Structure AcceptOwnershipProvisioningState
Implements IEquatable(Of AcceptOwnershipProvisioningState)
- Inheritance
-
AcceptOwnershipProvisioningState
- Implements
Constructors
AcceptOwnershipProvisioningState(String) |
Initializes a new instance of AcceptOwnershipProvisioningState. |
Properties
Accepted |
Accepted. |
Pending |
Pending. |
Succeeded |
Succeeded. |
Methods
Equals(AcceptOwnershipProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AcceptOwnershipProvisioningState, AcceptOwnershipProvisioningState) |
Determines if two AcceptOwnershipProvisioningState values are the same. |
Implicit(String to AcceptOwnershipProvisioningState) |
Converts a string to a AcceptOwnershipProvisioningState. |
Inequality(AcceptOwnershipProvisioningState, AcceptOwnershipProvisioningState) |
Determines if two AcceptOwnershipProvisioningState values are not the same. |
Applies to
Azure SDK for .NET