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
AcceptOwnershipState(String) |
Initializes a new instance of AcceptOwnershipState. |
Properties
Completed |
Completed. |
Expired |
Expired. |
Pending |
Pending. |
Methods
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
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. |
Applies to
Azure SDK for .NET