Share via


AzureScaleType Struct

Definition

Scale type.

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

Fields

Automatic
Manual
None

Methods

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

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

Equals(AzureScaleType)

Compares values of enum type AzureScaleType

Equals(Object)

Compares values of enum type AzureScaleType (override for Object)

GetHashCode()

Returns hashCode for enum AzureScaleType

ToString()

Returns string representation for AzureScaleType

Operators

Equality(AzureScaleType, AzureScaleType)

Overriding == operator for enum AzureScaleType

Implicit(AzureScaleType to String)

Implicit operator to convert AzureScaleType to string

Implicit(String to AzureScaleType)

Implicit operator to convert string to AzureScaleType

Inequality(AzureScaleType, AzureScaleType)

Overriding != operator for enum AzureScaleType

Applies to