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
| Name | Description |
|---|---|
| AcceptOwnershipProvisioningState(String) |
Initializes a new instance of AcceptOwnershipProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
Accepted. |
| Pending |
Pending. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |