你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SubscriptionState Struct

Definition

Argument completer implementation for SubscriptionState.

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

Fields

Deleted
Disabled
Enabled
NotDefined
PastDue
Warned

Methods

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

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

Equals(Object)

Compares values of enum type SubscriptionState (override for Object)

Equals(SubscriptionState)

Compares values of enum type SubscriptionState

GetHashCode()

Returns hashCode for enum SubscriptionState

ToString()

Returns string representation for SubscriptionState

Operators

Equality(SubscriptionState, SubscriptionState)

Overriding == operator for enum SubscriptionState

Implicit(String to SubscriptionState)

Implicit operator to convert string to SubscriptionState

Implicit(SubscriptionState to String)

Implicit operator to convert SubscriptionState to string

Inequality(SubscriptionState, SubscriptionState)

Overriding != operator for enum SubscriptionState

Applies to