Udostępnij przez


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

Name Description
Basic
Premium

Methods

Name Description
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

Name Description
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