Share via


AcceptOwnershipProvisioningState Struct

Definition

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