public static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinition<ParentT>
Grouping of the container group's volume definition stages.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinitionBlank<ParentT>
The first stage of the container instance definition.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>
The final stage of the container instance definition.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount<ParentT>
The stage of the container instance definition allowing to specify the number of CPU cores.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>
The stage of the container instance definition allowing to specify the environment variables.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithGpuResource<ParentT> |
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT>
The stage of the container instance definition allowing to specify the container image.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize<ParentT>
The stage of the container instance definition allowing to specify the memory size in GB.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts<ParentT>
The stage of the container instance definition allowing to specify (or not) the container ports.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts<ParentT>
The stage of the container instance definition allowing not to specify any container ports internal or external.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>
The stage of the container instance definition allowing to specify the container ports.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPortsOrContainerInstanceAttach<ParentT>
The stage of the container instance definition allowing to specify one or more container ports.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT>
The stage of the container instance definition allowing to specify the starting command line.
|
static interface |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>
The stage of the container instance definition allowing to specify volume mount setting.
|
Copyright © 2019. All rights reserved.