Dela via


AcceptOwnershipState Struct

Definition

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