| Package | Description |
|---|---|
| com.azure.resourcemanager.containerinstance.models |
Package containing the data models for ContainerInstanceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withCommand(List<String> command)
Set the command property: The commands to execute within the container instance in exec form.
|
Container |
Container.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)
Set the environmentVariables property: The environment variables to set in the container instance.
|
Container |
Container.withImage(String image)
Set the image property: The name of the image used to create the container instance.
|
Container |
Container.withLivenessProbe(ContainerProbe livenessProbe)
Set the livenessProbe property: The liveness probe.
|
Container |
Container.withName(String name)
Set the name property: The user-provided name of the container instance.
|
Container |
Container.withPorts(List<ContainerPort> ports)
Set the ports property: The exposed ports on the container instance.
|
Container |
Container.withReadinessProbe(ContainerProbe readinessProbe)
Set the readinessProbe property: The readiness probe.
|
Container |
Container.withResources(ResourceRequirements resources)
Set the resources property: The resource requirements of the container instance.
|
Container |
Container.withVolumeMounts(List<VolumeMount> volumeMounts)
Set the volumeMounts property: The volume mounts available to the container instance.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerAttachResult |
ContainerGroup.attachOutputStream(Container container)
Attaches to the output stream of a specific container instance in a specified container group.
|
Mono<ContainerAttachResult> |
ContainerGroup.attachOutputStreamAsync(Container container)
Attaches to the output stream of a specific container instance in a specified container group.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.