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(String envName,
String securedValue) |
Specifies the environment variable that has a secured value.
|
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.WithGpuResource.withGpuResource(int gpuCoreCount,
GpuSku gpuSku) |
Specifies the GPU core count and SKU.
|
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(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.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.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(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.WithVolumeMountSetting.withVolumeMountSetting(Map<String,String> volumeMountSetting) |
Specifies the container group's volume to be mounted by the container instance at a specified mount
path.
|