Sdílet prostřednictvím


ManagedClusterWorkloadAutoScalerProfile Class

Definition

Workload Auto-scaler profile for the managed cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterWorkloadAutoScalerProfileTypeConverter))]
public class ManagedClusterWorkloadAutoScalerProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterWorkloadAutoScalerProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.ManagedClusterWorkloadAutoScalerProfileTypeConverter))>]
type ManagedClusterWorkloadAutoScalerProfile = class
    interface IManagedClusterWorkloadAutoScalerProfile
    interface IJsonSerializable
Public Class ManagedClusterWorkloadAutoScalerProfile
Implements IManagedClusterWorkloadAutoScalerProfile
Inheritance
ManagedClusterWorkloadAutoScalerProfile
Attributes
Implements

Constructors

ManagedClusterWorkloadAutoScalerProfile()

Creates an new ManagedClusterWorkloadAutoScalerProfile instance.

Properties

KedaEnabled

Whether to enable KEDA.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterWorkloadAutoScalerProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterWorkloadAutoScalerProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterWorkloadAutoScalerProfile.

FromJsonString(String)

Creates a new instance of ManagedClusterWorkloadAutoScalerProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterWorkloadAutoScalerProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to