AcceptOwnershipState 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 accept ownership state of the resource.
public readonly struct AcceptOwnershipState : IEquatable<Azure.ResourceManager.Subscription.Models.AcceptOwnershipState>
type AcceptOwnershipState = struct
Public Structure AcceptOwnershipState
Implements IEquatable(Of AcceptOwnershipState)
- Inheritance
-
AcceptOwnershipState
- Implements
Constructors
| Name | Description |
|---|---|
| AcceptOwnershipState(String) |
Initializes a new instance of AcceptOwnershipState. |
Properties
| Name | Description |
|---|---|
| Completed |
Completed. |
| Expired |
Expired. |
| Pending |
Pending. |
Methods
| Name | Description |
|---|---|
| Equals(AcceptOwnershipState) |
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(AcceptOwnershipState, AcceptOwnershipState) |
Determines if two AcceptOwnershipState values are the same. |
| Implicit(String to AcceptOwnershipState) |
Converts a String to a AcceptOwnershipState. |
| Inequality(AcceptOwnershipState, AcceptOwnershipState) |
Determines if two AcceptOwnershipState values are not the same. |