Freigeben über


ManagedClusterAutoUpgradeProfile Class

Definition

Auto upgrade profile for a managed cluster. Serialized Name: ManagedClusterAutoUpgradeProfile

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

Constructors

Name Description
ManagedClusterAutoUpgradeProfile()

Initializes a new instance of ManagedClusterAutoUpgradeProfile.

Properties

Name Description
NodeOSUpgradeChannel

Node OS Upgrade Channel. Manner in which the OS on your nodes is updated. The default is NodeImage. Serialized Name: ManagedClusterAutoUpgradeProfile.nodeOSUpgradeChannel

UpgradeChannel

The upgrade channel for auto upgrade. The default is 'none'. For more information see setting the AKS cluster auto-upgrade channel. Serialized Name: ManagedClusterAutoUpgradeProfile.upgradeChannel

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ManagedClusterAutoUpgradeProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedClusterAutoUpgradeProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterAutoUpgradeProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterAutoUpgradeProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedClusterAutoUpgradeProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to