Uses of Class
com.azure.resourcemanager.containerinstance.models.Container
-
Packages that use Container Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of Container in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type Container Modifier and Type Method Description List<Container>ContainerGroupInner. containers()Get the containers property: The containers within the container group.List<Container>ContainerGroupProperties. containers()Get the containers property: The containers within the container group.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type Container Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withContainers(List<Container> containers)Set the containers property: The containers within the container group.ContainerGroupPropertiesContainerGroupProperties. withContainers(List<Container> containers)Set the containers property: The containers within the container group. -
Uses of Container in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return Container Modifier and Type Method Description ContainerContainer. withCommand(List<String> command)Set the command property: The commands to execute within the container instance in exec form.ContainerContainer. withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)Set the environmentVariables property: The environment variables to set in the container instance.ContainerContainer. withImage(String image)Set the image property: The name of the image used to create the container instance.ContainerContainer. withLivenessProbe(ContainerProbe livenessProbe)Set the livenessProbe property: The liveness probe.ContainerContainer. withName(String name)Set the name property: The user-provided name of the container instance.ContainerContainer. withPorts(List<ContainerPort> ports)Set the ports property: The exposed ports on the container instance.ContainerContainer. withReadinessProbe(ContainerProbe readinessProbe)Set the readinessProbe property: The readiness probe.ContainerContainer. withResources(ResourceRequirements resources)Set the resources property: The resource requirements of the container instance.ContainerContainer. withVolumeMounts(List<VolumeMount> volumeMounts)Set the volumeMounts property: The volume mounts available to the container instance.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type Container Modifier and Type Method Description Map<String,Container>ContainerGroup. containers()Methods in com.azure.resourcemanager.containerinstance.models with parameters of type Container Modifier and Type Method Description ContainerAttachResultContainerGroup. 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.
-