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