ScaleActionType 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 action type.
public readonly struct ScaleActionType : IEquatable<Azure.ResourceManager.HDInsight.Containers.Models.ScaleActionType>
type ScaleActionType = struct
Public Structure ScaleActionType
Implements IEquatable(Of ScaleActionType)
- Inheritance
-
ScaleActionType
- Implements
Constructors
ScaleActionType(String) |
Initializes a new instance of ScaleActionType. |
Properties
ScaleDown |
scaledown. |
ScaleUp |
scaleup. |
Methods
Equals(ScaleActionType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ScaleActionType, ScaleActionType) |
Determines if two ScaleActionType values are the same. |
Implicit(String to ScaleActionType) |
Converts a string to a ScaleActionType. |
Inequality(ScaleActionType, ScaleActionType) |
Determines if two ScaleActionType values are not the same. |
Applies to
Azure SDK for .NET