SkuScaleType Struct

Definition

Node scaling setting for the compute sku.

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

Fields

Automatic

Automatically scales node count.

Manual

Node count scaled upon user request.

None

Fixed set of nodes.

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

Equals(SkuScaleType)

Compares values of enum type SkuScaleType

GetHashCode()

Returns hashCode for enum SkuScaleType

ToString()

Returns string representation for SkuScaleType

Operators

Equality(SkuScaleType, SkuScaleType)

Overriding == operator for enum SkuScaleType

Implicit(SkuScaleType to String)

Implicit operator to convert SkuScaleType to string

Implicit(String to SkuScaleType)

Implicit operator to convert string to SkuScaleType

Inequality(SkuScaleType, SkuScaleType)

Overriding != operator for enum SkuScaleType

Applies to