Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.ContainerProperties
Packages that use ContainerProperties
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
-
Uses of ContainerProperties in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerPropertiesModifier and TypeMethodDescriptionContainerProperties.withCommand(List<String> command) Set the command property: The commands to execute within the container instance in exec form.ContainerProperties.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.ContainerProperties.withLivenessProbe(ContainerProbe livenessProbe) Set the livenessProbe property: The liveness probe.ContainerProperties.withPorts(List<ContainerPort> ports) Set the ports property: The exposed ports on the container instance.ContainerProperties.withReadinessProbe(ContainerProbe readinessProbe) Set the readinessProbe property: The readiness probe.ContainerProperties.withResources(ResourceRequirements resources) Set the resources property: The resource requirements of the container instance.ContainerProperties.withSecurityContext(SecurityContextDefinition securityContext) Set the securityContext property: The container security properties.ContainerProperties.withVolumeMounts(List<VolumeMount> volumeMounts) Set the volumeMounts property: The volume mounts available to the container instance.