ContainerServiceOrchestratorProfile Class
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.
Profile for the container service orchestrator.
public class ContainerServiceOrchestratorProfile
type ContainerServiceOrchestratorProfile = class
Public Class ContainerServiceOrchestratorProfile
- Inheritance
-
ContainerServiceOrchestratorProfile
Constructors
ContainerServiceOrchestratorProfile() |
Initializes a new instance of the ContainerServiceOrchestratorProfile class. |
ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes) |
Initializes a new instance of the ContainerServiceOrchestratorProfile class. |
Properties
OrchestratorType |
Gets or sets the orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom. Possible values include: 'Swarm', 'DCOS', 'Custom', 'Kubernetes' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET