ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler Class
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.
VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerTypeConverter))]
public class ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerTypeConverter))>]
type ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler = class
interface IManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
interface IJsonSerializable
Public Class ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
Implements IManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
- Inheritance
-
ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler() |
Creates an new ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler instance. |
Properties
| Name | Description |
|---|---|
| Enabled |
Whether to enable VPA. Default value is false. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler. |
| FromJsonString(String) |
Creates a new instance of ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscaler into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |