Condividi tramite


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>
type ManagedClusterPoolUpgradeProfile = class
    interface IJsonModel<ManagedClusterPoolUpgradeProfile>
    interface IPersistableModel<ManagedClusterPoolUpgradeProfile>
Public Class ManagedClusterPoolUpgradeProfile
Implements IJsonModel(Of ManagedClusterPoolUpgradeProfile), IPersistableModel(Of ManagedClusterPoolUpgradeProfile)
Inheritance
ManagedClusterPoolUpgradeProfile
Implements

Properties

Name Description
ComponentsByReleases

List of components grouped by kubernetes major.minor version.

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(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