ManagedClusterSku Class

Definition

The SKU of a Managed Cluster.

public class ManagedClusterSku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterSku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterSku>
public class ManagedClusterSku
type ManagedClusterSku = class
    interface IJsonModel<ManagedClusterSku>
    interface IPersistableModel<ManagedClusterSku>
type ManagedClusterSku = class
Public Class ManagedClusterSku
Implements IJsonModel(Of ManagedClusterSku), IPersistableModel(Of ManagedClusterSku)
Public Class ManagedClusterSku
Inheritance
ManagedClusterSku
Implements

Constructors

ManagedClusterSku()

Initializes a new instance of ManagedClusterSku.

Properties

Name

The name of a managed cluster SKU.

Tier

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

Explicit Interface Implementations

IJsonModel<ManagedClusterSku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedClusterSku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterSku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterSku>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedClusterSku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to