Partilhar via


ManagedClusterPoolUpgradeProfile Class

Definition

The list of available upgrade versions. Serialized Name: ManagedClusterPoolUpgradeProfile

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

Name Description
KubernetesVersion

The Kubernetes version (major.minor.patch). Serialized Name: ManagedClusterPoolUpgradeProfile.kubernetesVersion

Name

The Agent Pool name. Serialized Name: ManagedClusterPoolUpgradeProfile.name

OSType

The operating system type. The default is Linux. Serialized Name: ManagedClusterPoolUpgradeProfile.osType

Upgrades

List of orchestrator types and versions available for upgrade. Serialized Name: ManagedClusterPoolUpgradeProfile.upgrades

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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