Compartilhar via


ContainerServiceOrchestratorProfile Construtores

Definição

Sobrecargas

ContainerServiceOrchestratorProfile()

Inicializa uma nova instância da classe ContainerServiceOrchestratorProfile.

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

Inicializa uma nova instância da classe ContainerServiceOrchestratorProfile.

ContainerServiceOrchestratorProfile()

Inicializa uma nova instância da classe ContainerServiceOrchestratorProfile.

public ContainerServiceOrchestratorProfile ();
Public Sub New ()

Aplica-se a

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)

Inicializa uma nova instância da classe ContainerServiceOrchestratorProfile.

public ContainerServiceOrchestratorProfile (Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes orchestratorType, string orchestratorVersion = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile : Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorTypes * string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceOrchestratorProfile
Public Sub New (orchestratorType As ContainerServiceOrchestratorTypes, Optional orchestratorVersion As String = Nothing)

Parâmetros

orchestratorType
ContainerServiceOrchestratorTypes

O orquestrador a ser usado para gerenciar recursos de cluster do serviço de contêiner. Os valores válidos são Kubernetes, Swarm, DCOS, DockerCE e Custom. Os valores possíveis incluem: 'Kubernetes', 'Swarm', 'DCOS', 'DockerCE', 'Custom'

orchestratorVersion
String

A versão do orquestrador a ser usada. Você pode especificar a parte major.minor.patch da versão real. Por exemplo, você pode especificar a versão como "1.6.11".

Aplica-se a