PredictiveAutoscalePolicyScaleMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |