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

Tier Struct

Definition

The tier of the peering SKU.

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

Fields

Basic
Premium

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

Equals(Tier)

Compares values of enum type Tier

GetHashCode()

Returns hashCode for enum Tier

ToString()

Returns string representation for Tier

Operators

Equality(Tier, Tier)

Overriding == operator for enum Tier

Implicit(String to Tier)

Implicit operator to convert string to Tier

Implicit(Tier to String)

Implicit operator to convert Tier to string

Inequality(Tier, Tier)

Overriding != operator for enum Tier

Applies to