ContainerServiceOrchestratorProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContainerServiceOrchestratorProfile() |
Initializes a new instance of the ContainerServiceOrchestratorProfile class. |
ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String) |
Initializes a new instance of the ContainerServiceOrchestratorProfile class. |
ContainerServiceOrchestratorProfile()
Initializes a new instance of the ContainerServiceOrchestratorProfile class.
public ContainerServiceOrchestratorProfile ();
Public Sub New ()
Applies to
ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes, String)
Initializes a new instance of the ContainerServiceOrchestratorProfile class.
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)
Parameters
- orchestratorType
- ContainerServiceOrchestratorTypes
The orchestrator to use to manage container service cluster resources. Valid values are Kubernetes, Swarm, DCOS, DockerCE and Custom. Possible values include: 'Kubernetes', 'Swarm', 'DCOS', 'DockerCE', 'Custom'
- orchestratorVersion
- String
The version of the orchestrator to use. You can specify the major.minor.patch part of the actual version.For example, you can specify version as "1.6.11".
Applies to
Azure SDK for .NET