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

AvailabilityStage Struct

Definition

Current availability stage of the product. Availability stage

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

Fields

Available

Product is available.

ComingSoon

Product is coming soon.

Deprecated

Product is deprecated.

Preview

Product is in preview.

Signup

Product is available only on signup.

Unavailable

Product is not available.

Methods

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

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

Equals(AvailabilityStage)

Compares values of enum type AvailabilityStage

Equals(Object)

Compares values of enum type AvailabilityStage (override for Object)

GetHashCode()

Returns hashCode for enum AvailabilityStage

ToString()

Returns string representation for AvailabilityStage

Operators

Equality(AvailabilityStage, AvailabilityStage)

Overriding == operator for enum AvailabilityStage

Implicit(AvailabilityStage to String)

Implicit operator to convert AvailabilityStage to string

Implicit(String to AvailabilityStage)

Implicit operator to convert string to AvailabilityStage

Inequality(AvailabilityStage, AvailabilityStage)

Overriding != operator for enum AvailabilityStage

Applies to