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) |
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)
Initializes a new instance of the ContainerServiceOrchestratorProfile class.
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)
Parameters
- orchestratorType
- ContainerServiceOrchestratorTypes
The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom. Possible values include: 'Swarm', 'DCOS', 'Custom', 'Kubernetes'
Applies to
Azure SDK for .NET