Condividi tramite


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