OrchestratorVersionProfile Class

Definition

The profile of an orchestrator and its available versions.

public class OrchestratorVersionProfile
type OrchestratorVersionProfile = class
Public Class OrchestratorVersionProfile
Inheritance
OrchestratorVersionProfile

Constructors

OrchestratorVersionProfile()

Initializes a new instance of the OrchestratorVersionProfile class.

OrchestratorVersionProfile(String, String, Nullable<Boolean>, Nullable<Boolean>, IList<OrchestratorProfile>)

Initializes a new instance of the OrchestratorVersionProfile class.

Properties

DefaultProperty

Gets or sets installed by default if version is not specified.

IsPreview

Gets or sets whether Kubernetes version is currently in preview.

OrchestratorType

Gets or sets orchestrator type.

OrchestratorVersion

Gets or sets orchestrator version (major, minor, patch).

Upgrades

Gets or sets the list of available upgrade versions.

Methods

Validate()

Validate the object.

Applies to