Show / Hide Table of Contents

    Class ContainerServiceOrchestratorProfile

    Profile for the container service orchestrator.

    Inheritance
    Object
    ContainerServiceOrchestratorProfile
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Compute.dll
    Syntax
    public class ContainerServiceOrchestratorProfile

    Constructors

    ContainerServiceOrchestratorProfile()

    Initializes a new instance of the ContainerServiceOrchestratorProfile class.

    Declaration
    public ContainerServiceOrchestratorProfile ();

    ContainerServiceOrchestratorProfile(ContainerServiceOrchestratorTypes)

    Initializes a new instance of the ContainerServiceOrchestratorProfile class.

    Declaration
    public ContainerServiceOrchestratorProfile (Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes orchestratorType);
    Parameters
    ContainerServiceOrchestratorTypes orchestratorType

    The orchestrator to use to manage container service cluster resources. Valid values are Swarm, DCOS, and Custom. Possible values include: 'Swarm', 'DCOS', 'Custom', 'Kubernetes'

    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'

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="orchestratorType")]
    public Microsoft.Azure.Management.Compute.Models.ContainerServiceOrchestratorTypes OrchestratorType { get; set; }
    Property Value
    ContainerServiceOrchestratorTypes

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net