ScaleType 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.
Argument completer implementation for ScaleType.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleTypeTypeConverter))]
public struct ScaleType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.ScaleTypeTypeConverter))>]
type ScaleType = struct
interface IArgumentCompleter
Public Structure ScaleType
Implements IArgumentCompleter, IEquatable(Of ScaleType)
- Inheritance
-
ScaleType
- Attributes
- Implements
Fields
Default | |
TargetUtilization |
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 |