你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PredictiveAutoscalePolicyScaleMode Struct

Definition

the predictive autoscale mode

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

Fields

Disabled
Enabled
ForecastOnly

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

Equals(PredictiveAutoscalePolicyScaleMode)

Compares values of enum type PredictiveAutoscalePolicyScaleMode

GetHashCode()

Returns hashCode for enum PredictiveAutoscalePolicyScaleMode

ToString()

Returns string representation for PredictiveAutoscalePolicyScaleMode

Operators

Equality(PredictiveAutoscalePolicyScaleMode, PredictiveAutoscalePolicyScaleMode)

Overriding == operator for enum PredictiveAutoscalePolicyScaleMode

Implicit(PredictiveAutoscalePolicyScaleMode to String)

Implicit operator to convert PredictiveAutoscalePolicyScaleMode to string

Implicit(String to PredictiveAutoscalePolicyScaleMode)

Implicit operator to convert string to PredictiveAutoscalePolicyScaleMode

Inequality(PredictiveAutoscalePolicyScaleMode, PredictiveAutoscalePolicyScaleMode)

Overriding != operator for enum PredictiveAutoscalePolicyScaleMode

Applies to