ManagedClusterWorkloadAutoScalerControlledValue 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.
Controls which resource value autoscaler will change. Default value is RequestsAndLimits.
public readonly struct ManagedClusterWorkloadAutoScalerControlledValue : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterWorkloadAutoScalerControlledValue>
type ManagedClusterWorkloadAutoScalerControlledValue = struct
Public Structure ManagedClusterWorkloadAutoScalerControlledValue
Implements IEquatable(Of ManagedClusterWorkloadAutoScalerControlledValue)
- Inheritance
-
ManagedClusterWorkloadAutoScalerControlledValue
- Implements
Constructors
ManagedClusterWorkloadAutoScalerControlledValue(String) |
Initializes a new instance of ManagedClusterWorkloadAutoScalerControlledValue. |
Properties
RequestsAndLimits |
Autoscaler will control resource requests and limits. |
RequestsOnly |
Autoscaler will control resource requests only. |
Methods
Equals(ManagedClusterWorkloadAutoScalerControlledValue) |
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(ManagedClusterWorkloadAutoScalerControlledValue, ManagedClusterWorkloadAutoScalerControlledValue) |
Determines if two ManagedClusterWorkloadAutoScalerControlledValue values are the same. |
Implicit(String to ManagedClusterWorkloadAutoScalerControlledValue) |
Converts a string to a ManagedClusterWorkloadAutoScalerControlledValue. |
Inequality(ManagedClusterWorkloadAutoScalerControlledValue, ManagedClusterWorkloadAutoScalerControlledValue) |
Determines if two ManagedClusterWorkloadAutoScalerControlledValue values are not the same. |
Applies to
Azure SDK for .NET