Tier Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |