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

FeatureDetailedStatus Struct

Definition

The status representing the state of this feature.

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

Fields

Failed
Running
Unknown

Methods

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

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

Equals(FeatureDetailedStatus)

Compares values of enum type FeatureDetailedStatus

Equals(Object)

Compares values of enum type FeatureDetailedStatus (override for Object)

GetHashCode()

Returns hashCode for enum FeatureDetailedStatus

ToString()

Returns string representation for FeatureDetailedStatus

Operators

Equality(FeatureDetailedStatus, FeatureDetailedStatus)

Overriding == operator for enum FeatureDetailedStatus

Implicit(FeatureDetailedStatus to String)

Implicit operator to convert FeatureDetailedStatus to string

Implicit(String to FeatureDetailedStatus)

Implicit operator to convert string to FeatureDetailedStatus

Inequality(FeatureDetailedStatus, FeatureDetailedStatus)

Overriding != operator for enum FeatureDetailedStatus

Applies to