Compartir a través de


AcceptOwnership Struct

Definition

The accept ownership state of the resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.AcceptOwnershipTypeConverter))]
public struct AcceptOwnership : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.AcceptOwnership>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Support.AcceptOwnershipTypeConverter))>]
type AcceptOwnership = struct
    interface IArgumentCompleter
Public Structure AcceptOwnership
Implements IArgumentCompleter, IEquatable(Of AcceptOwnership)
Inheritance
AcceptOwnership
Attributes
Implements

Fields

Completed
Expired
Pending

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(AcceptOwnership)

Compares values of enum type AcceptOwnership

Equals(Object)

Compares values of enum type AcceptOwnership (override for Object)

GetHashCode()

Returns hashCode for enum AcceptOwnership

ToString()

Returns string representation for AcceptOwnership

Operators

Equality(AcceptOwnership, AcceptOwnership)

Overriding == operator for enum AcceptOwnership

Implicit(AcceptOwnership to String)

Implicit operator to convert AcceptOwnership to string

Implicit(String to AcceptOwnership)

Implicit operator to convert string to AcceptOwnership

Inequality(AcceptOwnership, AcceptOwnership)

Overriding != operator for enum AcceptOwnership

Applies to