| 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.WithPortsOrContainerInstanceAttach<ParentT>
The stage of the container instance definition allowing to specify one or more container ports.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount.withCpuCoreCount(double cpuCoreCount)
Specifies the number of CPU cores assigned to this container instance.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables.withEnvironmentVariable(String envName,
String envValue)
Specifies the environment variable.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables.withEnvironmentVariables(Map<String,String> environmentVariables)
Specifies the environment variables.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables.withEnvironmentVariableWithSecuredValue(Map<String,String> environmentVariables)
Specifies a collection of name and secure value pairs for the environment variables.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables.withEnvironmentVariableWithSecuredValue(String envName,
String securedValue)
Specifies the environment variable that has a secured value.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize.withMemorySizeInGB(double memorySize)
Specifies the memory size in GB assigned to this container instance.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithoutPorts.withoutPorts()
Specifies that not ports will be opened internally or externally for this container instance.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting.withReadOnlyVolumeMountSetting(Map<String,String> volumeMountSetting)
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting.withReadOnlyVolumeMountSetting(String volumeName,
String mountPath)
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine.withStartingCommandLine(String executable)
Specifies the starting command line.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine.withStartingCommandLine(String executable,
String... parameters)
Specifies the starting command lines.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting.withVolumeMountSetting(Map<String,String> volumeMountSetting)
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting.withVolumeMountSetting(String volumeName,
String mountPath)
Specifies the container group's volume to be mounted by the container instance at a specified mount path.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/