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 enable diagnostics.
|
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.WithMasterDnsPrefix
The stage of the container service definition allowing to specify the master DNS prefix label.
|
static interface |
ContainerService.DefinitionStages.WithMasterNodeCount
The stage of the container service definition allowing to specify the master node count.
|
static interface |
ContainerService.DefinitionStages.WithMasterOSDiskSize
The stage of a container service definition allowing to specify the master pool OS disk size.
|
static interface |
ContainerService.DefinitionStages.WithMasterStorageProfile
The stage of a container service definition allowing to specify the master's virtual machine storage kind.
|
static interface |
ContainerService.DefinitionStages.WithMasterVMSize
The stage of the container service definition allowing to specify the master VM size.
|
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 to be specified.
|
static interface |
ContainerService.DefinitionStages.WithSubnet
The stage of the container service definition allowing to specify the virtual network and subnet for the machines.
|
Copyright © 2019. All rights reserved.