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

FeatureSupportStatus Struct

Definition

feature support status

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

Fields

AlphaPreview
GenerallyAvailable
Invalid
NotSupported
PrivatePreview
PublicPreview

Methods

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

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

Equals(FeatureSupportStatus)

Compares values of enum type FeatureSupportStatus

Equals(Object)

Compares values of enum type FeatureSupportStatus (override for Object)

GetHashCode()

Returns hashCode for enum FeatureSupportStatus

ToString()

Returns string representation for FeatureSupportStatus

Operators

Equality(FeatureSupportStatus, FeatureSupportStatus)

Overriding == operator for enum FeatureSupportStatus

Implicit(FeatureSupportStatus to String)

Implicit operator to convert FeatureSupportStatus to string

Implicit(String to FeatureSupportStatus)

Implicit operator to convert string to FeatureSupportStatus

Inequality(FeatureSupportStatus, FeatureSupportStatus)

Overriding != operator for enum FeatureSupportStatus

Applies to