Uses of Interface
com.azure.resourcemanager.containerinstance.models.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach
Packages that use ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach
Package
Description
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach in com.azure.resourcemanager.containerinstance.models
Subinterfaces of ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach in com.azure.resourcemanager.containerinstance.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.ContainerInstanceDefinition<ParentT>Grouping of the container group's volume definition stages.static interfaceContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPortsOrContainerInstanceAttach<ParentT>The stage of the container instance definition allowing to specify one or more container ports.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttachModifier and TypeMethodDescriptionContainerGroup.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.WithLivenessProbe.withLivenessProbe(ContainerProbe livenessProbe) Specifies the container's liveness probe.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithLivenessProbe.withLivenessProbeExecutionCommand(List<String> command, int probePeriodSeconds) Specifies the container's liveness probe to execute a given command at a given interval.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithLivenessProbe.withLivenessProbeExecutionCommand(List<String> command, int probePeriodSeconds, int failureThreshold) Specifies the container's liveness probe to execute a given command at a given interval.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithLivenessProbe.withLivenessProbeHttpGet(String path, int port, int probePeriodSeconds) Specifies the container's liveness probe to perform an Http Get at a given interval.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithLivenessProbe.withLivenessProbeHttpGet(String path, int port, int probePeriodSeconds, int failureThreshold) Specifies the container's liveness probe to perform an Http Get at a given interval.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.WithReadinessProbe.withReadinessProbe(ContainerProbe readinessProbe) Specifies the container's readiness probe.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithReadinessProbe.withReadinessProbeExecutionCommand(List<String> command, int probePeriodSeconds) Specifies the container's readiness probe to execute a given command at a given interval.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithReadinessProbe.withReadinessProbeExecutionCommand(List<String> command, int probePeriodSeconds, int failureThreshold) Specifies the container's readiness probe to execute a given command at a given interval.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithReadinessProbe.withReadinessProbeHttpGet(String path, int port, int probePeriodSeconds) Specifies the container's readiness probe to perform an Http Get at a given interval.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithReadinessProbe.withReadinessProbeHttpGet(String path, int port, int probePeriodSeconds, int failureThreshold) Specifies the container's readiness probe to perform an Http Get at a given interval.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.