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

ZoneRedundancy Struct

Definition

Argument completer implementation for ZoneRedundancy.

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

Fields

Disabled
Enabled

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 ZoneRedundancy (override for Object)

Equals(ZoneRedundancy)

Compares values of enum type ZoneRedundancy

GetHashCode()

Returns hashCode for enum ZoneRedundancy

ToString()

Returns string representation for ZoneRedundancy

Operators

Equality(ZoneRedundancy, ZoneRedundancy)

Overriding == operator for enum ZoneRedundancy

Implicit(String to ZoneRedundancy)

Implicit operator to convert string to ZoneRedundancy

Implicit(ZoneRedundancy to String)

Implicit operator to convert ZoneRedundancy to string

Inequality(ZoneRedundancy, ZoneRedundancy)

Overriding != operator for enum ZoneRedundancy

Applies to