public static interface ContainerService.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ContainerService.DefinitionStages.Blank
The first stage of a container service definition.
|
static interface |
ContainerService.DefinitionStages.WithAgentPool
The stage of the container service definition allowing to specify an agent pool profile.
|
static interface |
ContainerService.DefinitionStages.WithCreate
The stage of the definition which contains all the minimum required inputs for
the resource to be created, but also allows for any other optional settings to
be specified.
|
static interface |
ContainerService.DefinitionStages.WithDiagnostics
The stage of the container service definition allowing to specific diagnostic settings.
|
static interface |
ContainerService.DefinitionStages.WithGroup
The stage of the container service definition allowing to specify the resource group.
|
static interface |
ContainerService.DefinitionStages.WithLinux
The stage of the container service definition allowing the start of defining Linux specific settings.
|
static interface |
ContainerService.DefinitionStages.WithLinuxRootUsername
The stage of the container service definition allowing to specific the Linux root username.
|
static interface |
ContainerService.DefinitionStages.WithLinuxSshKey
The stage of the container service definition allowing to specific the Linux SSH key.
|
static interface |
ContainerService.DefinitionStages.WithMasterLeafDomainLabel
The stage of the container service definition allowing to specify the master Dns label.
|
static interface |
ContainerService.DefinitionStages.WithMasterNodeCount
The stage of the container service definition allowing to specify the master node count.
|
static interface |
ContainerService.DefinitionStages.WithOrchestrator
The stage of the container service definition allowing to specify orchestration type.
|
static interface |
ContainerService.DefinitionStages.WithServicePrincipalProfile
The stage allowing properties for cluster service principals.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/