Uses of Class
com.azure.resourcemanager.containerinstance.models.Container
Packages that use Container
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
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 ContainerModifier and TypeMethodDescriptionContainerGroupInner.containers()Get the containers property: The containers within the container group.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 ContainerModifier and TypeMethodDescriptionContainerGroupInner.withContainers(List<Container> containers) Set the containers property: The containers within the container group.ContainerGroupProperties.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 ContainerModifier and TypeMethodDescriptionContainer.withCommand(List<String> command) Set the command property: The commands to execute within the container instance in exec form.Container.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables) Set the environmentVariables property: The environment variables to set in the container instance.Set the image property: The name of the image used to create the container instance.Container.withLivenessProbe(ContainerProbe livenessProbe) Set the livenessProbe property: The liveness probe.Set the name property: The user-provided name of the container instance.Container.withPorts(List<ContainerPort> ports) Set the ports property: The exposed ports on the container instance.Container.withReadinessProbe(ContainerProbe readinessProbe) Set the readinessProbe property: The readiness probe.Container.withResources(ResourceRequirements resources) Set the resources property: The resource requirements of the container instance.Container.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 ContainerMethods in com.azure.resourcemanager.containerinstance.models with parameters of type ContainerModifier and TypeMethodDescriptionContainerGroup.attachOutputStream(Container container) Attaches to the output stream of a specific container instance in a specified container group.ContainerGroup.attachOutputStreamAsync(Container container) Attaches to the output stream of a specific container instance in a specified container group.