ManagedClusterAddonAutoscaling 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.
Whether VPA add-on is enabled and configured to scale AKS-managed add-ons.
public readonly struct ManagedClusterAddonAutoscaling : IEquatable<Azure.ResourceManager.ContainerService.Models.ManagedClusterAddonAutoscaling>
type ManagedClusterAddonAutoscaling = struct
Public Structure ManagedClusterAddonAutoscaling
Implements IEquatable(Of ManagedClusterAddonAutoscaling)
- Inheritance
-
ManagedClusterAddonAutoscaling
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterAddonAutoscaling(String) |
Initializes a new instance of ManagedClusterAddonAutoscaling. |
Properties
| Name | Description |
|---|---|
| Disabled |
Feature to autoscale AKS-managed add-ons is disabled. |
| Enabled |
Feature to autoscale AKS-managed add-ons is enabled. The default VPA update mode is Initial mode. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedClusterAddonAutoscaling) |
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
| Name | Description |
|---|---|
| Equality(ManagedClusterAddonAutoscaling, ManagedClusterAddonAutoscaling) |
Determines if two ManagedClusterAddonAutoscaling values are the same. |
| Implicit(String to ManagedClusterAddonAutoscaling) |
Converts a string to a ManagedClusterAddonAutoscaling. |
| Implicit(String to Nullable<ManagedClusterAddonAutoscaling>) | |
| Inequality(ManagedClusterAddonAutoscaling, ManagedClusterAddonAutoscaling) |
Determines if two ManagedClusterAddonAutoscaling values are not the same. |