Show / Hide Table of Contents

    Class ContainerServiceCustomProfile

    Properties to configure a custom container service cluster.

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

    Constructors

    ContainerServiceCustomProfile()

    Initializes a new instance of the ContainerServiceCustomProfile class.

    Declaration
    public ContainerServiceCustomProfile ();

    ContainerServiceCustomProfile(String)

    Initializes a new instance of the ContainerServiceCustomProfile class.

    Declaration
    public ContainerServiceCustomProfile (string orchestrator);
    Parameters
    String orchestrator

    The name of the custom orchestrator to use.

    Properties

    Orchestrator

    Gets or sets the name of the custom orchestrator to use.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="orchestrator")]
    public string Orchestrator { get; set; }
    Property Value
    String

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net