ManagedClusterAutoUpgradeProfile Class

Definition

Auto upgrade profile for a managed cluster.

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

ManagedClusterAutoUpgradeProfile()

Initializes a new instance of ManagedClusterAutoUpgradeProfile.

Properties

NodeOSUpgradeChannel

Manner in which the OS on your nodes is updated. The default is NodeImage.

UpgradeChannel

For more information see setting the AKS cluster auto-upgrade channel.

Explicit Interface Implementations

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