Sdílet prostřednictvím


ManagedClusterSku Class

Definition

The SKU of a Managed Cluster.

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

Constructors

ManagedClusterSku()

Creates an new ManagedClusterSku instance.

Properties

Name

The name of a managed cluster SKU.

Tier

If not specified, the default is 'Free'. See AKS Pricing Tier for more details.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedClusterSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedClusterSku.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedClusterSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to