AzureSkuTier Struct

Definition

SKU tier.

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

Fields

Basic
Standard

Methods

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

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

Equals(AzureSkuTier)

Compares values of enum type AzureSkuTier

Equals(Object)

Compares values of enum type AzureSkuTier (override for Object)

GetHashCode()

Returns hashCode for enum AzureSkuTier

ToString()

Returns string representation for AzureSkuTier

Operators

Equality(AzureSkuTier, AzureSkuTier)

Overriding == operator for enum AzureSkuTier

Implicit(AzureSkuTier to String)

Implicit operator to convert AzureSkuTier to string

Implicit(String to AzureSkuTier)

Implicit operator to convert string to AzureSkuTier

Inequality(AzureSkuTier, AzureSkuTier)

Overriding != operator for enum AzureSkuTier

Applies to