Compartir a través de


ContainerServiceOrchestratorProfile Constructores

Definición

Sobrecargas

ContainerServiceOrchestratorProfile()

Inicializa una nueva instancia de la clase ContainerServiceOrchestratorProfile.

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes)

Inicializa una nueva instancia de la clase ContainerServiceOrchestratorProfile.

ContainerServiceOrchestratorProfile()

Inicializa una nueva instancia de la clase ContainerServiceOrchestratorProfile.

public ContainerServiceOrchestratorProfile ();
Public Sub New ()

Se aplica a

ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes)

Inicializa una nueva instancia de la clase ContainerServiceOrchestratorProfile.

public ContainerServiceOrchestratorProfile (Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorTypes orchestratorType);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorProfile : Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorTypes -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceOrchestratorProfile
Public Sub New (orchestratorType As ContainerServiceOrchestratorTypes)

Parámetros

orchestratorType
ContainerServiceOrchestratorTypes

Orquestador que se va a usar para administrar los recursos del clúster del servicio de contenedor. Los valores válidos son Swarm, DCOS y Custom. Entre los valores posibles se incluyen: "Swarm", "DCOS", "Custom", "Kubernetes".

Se aplica a