Uses of Class
com.azure.resourcemanager.containerinstance.models.VolumeMount
-
Packages that use VolumeMount 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 VolumeMount in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type VolumeMount Modifier and Type Method Description List<VolumeMount>ContainerProperties. volumeMounts()Get the volumeMounts property: The volume mounts available to the container instance.List<VolumeMount>InitContainerPropertiesDefinition. volumeMounts()Get the volumeMounts property: The volume mounts available to the init container.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type VolumeMount Modifier and Type Method Description ContainerPropertiesContainerProperties. withVolumeMounts(List<VolumeMount> volumeMounts)Set the volumeMounts property: The volume mounts available to the container instance.InitContainerPropertiesDefinitionInitContainerPropertiesDefinition. withVolumeMounts(List<VolumeMount> volumeMounts)Set the volumeMounts property: The volume mounts available to the init container. -
Uses of VolumeMount in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return VolumeMount Modifier and Type Method Description VolumeMountVolumeMount. withMountPath(String mountPath)Set the mountPath property: The path within the container where the volume should be mounted.VolumeMountVolumeMount. withName(String name)Set the name property: The name of the volume mount.VolumeMountVolumeMount. withReadOnly(Boolean readOnly)Set the readOnly property: The flag indicating whether the volume mount is read-only.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type VolumeMount Modifier and Type Method Description List<VolumeMount>Container. volumeMounts()Get the volumeMounts property: The volume mounts available to the container instance.List<VolumeMount>InitContainerDefinition. volumeMounts()Get the volumeMounts property: The volume mounts available to the init container.Method parameters in com.azure.resourcemanager.containerinstance.models with type arguments of type VolumeMount Modifier and Type Method Description ContainerContainer. withVolumeMounts(List<VolumeMount> volumeMounts)Set the volumeMounts property: The volume mounts available to the container instance.InitContainerDefinitionInitContainerDefinition. withVolumeMounts(List<VolumeMount> volumeMounts)Set the volumeMounts property: The volume mounts available to the init container.
-