ScaleType Struct

Definition

the type of action that should occur when the scale rule fires.

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

Fields

ChangeCount
ExactCount
PercentChangeCount
ServiceAllowedNextValue

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

Equals(ScaleType)

Compares values of enum type ScaleType

GetHashCode()

Returns hashCode for enum ScaleType

ToString()

Returns string representation for ScaleType

Operators

Equality(ScaleType, ScaleType)

Overriding == operator for enum ScaleType

Implicit(ScaleType to String)

Implicit operator to convert ScaleType to string

Implicit(String to ScaleType)

Implicit operator to convert string to ScaleType

Inequality(ScaleType, ScaleType)

Overriding != operator for enum ScaleType

Applies to