Uses of Class
com.microsoft.azure.management.containerinstance.Container
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of Container in com.microsoft.azure.management.containerinstance
Modifier and TypeMethodDescriptionContainer.withCommand
(List<String> command) Set the commands to execute within the container instance in exec form.Container.withEnvironmentVariables
(List<EnvironmentVariable> environmentVariables) Set the environment variables to set in the container instance.Set the name of the image used to create the container instance.Container.withLivenessProbe
(ContainerProbe livenessProbe) Set the liveness probe.Set the user-provided name of the container instance.Container.withPorts
(List<ContainerPort> ports) Set the exposed ports on the container instance.Container.withReadinessProbe
(ContainerProbe readinessProbe) Set the readiness probe.Container.withResources
(ResourceRequirements resources) Set the resource requirements of the container instance.Container.withVolumeMounts
(List<VolumeMount> volumeMounts) Set the volume mounts available to the container instance.