ManagedClusterPoolUpgradeProfile Class

Definition

The list of available upgrade versions.

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

Properties

KubernetesVersion

The Kubernetes version (major.minor.patch).

Name

The Agent Pool name.

OSType

The operating system type. The default is Linux.

Upgrades

List of orchestrator types and versions available for upgrade.

Explicit Interface Implementations

IJsonModel<ManagedClusterPoolUpgradeProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterPoolUpgradeProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterPoolUpgradeProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterPoolUpgradeProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterPoolUpgradeProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to