Sdílet prostřednictvím


IOrchestratorProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.OrchestratorProfileTypeConverter))]
public interface IOrchestratorProfile : Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.OrchestratorProfileTypeConverter))>]
type IOrchestratorProfile = interface
    interface IJsonSerializable
Public Interface IOrchestratorProfile
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

IsPreview

Whether Kubernetes version is currently in preview.

OrchestratorType

Orchestrator type.

OrchestratorVersion

Orchestrator version (major, minor, patch).

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to