ScaleDownMode 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.
Describes how VMs are added to or removed from Agent Pools. See billing states.
public readonly struct ScaleDownMode : IEquatable<Azure.ResourceManager.ContainerService.Models.ScaleDownMode>
type ScaleDownMode = struct
Public Structure ScaleDownMode
Implements IEquatable(Of ScaleDownMode)
- Inheritance
-
ScaleDownMode
- Implements
Constructors
ScaleDownMode(String) |
Initializes a new instance of ScaleDownMode. |
Properties
Deallocate |
Attempt to start deallocated instances (if they exist) during scale up and deallocate instances during scale down. |
Delete |
Create new instances during scale up and remove instances during scale down. |
Methods
Equals(ScaleDownMode) |
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(ScaleDownMode, ScaleDownMode) |
Determines if two ScaleDownMode values are the same. |
Implicit(String to ScaleDownMode) |
Converts a string to a ScaleDownMode. |
Inequality(ScaleDownMode, ScaleDownMode) |
Determines if two ScaleDownMode values are not the same. |
Applies to
Azure SDK for .NET