Uses of Class
com.azure.resourcemanager.containerinstance.models.Volume
Packages that use Volume
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of Volume in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type VolumeModifier and TypeMethodDescriptionContainerGroupInner.volumes()Get the volumes property: The list of volumes that can be mounted by containers in this container group.ContainerGroupProperties.volumes()Get the volumes property: The list of volumes that can be mounted by containers in this container group.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type VolumeModifier and TypeMethodDescriptionContainerGroupInner.withVolumes(List<Volume> volumes) Set the volumes property: The list of volumes that can be mounted by containers in this container group.ContainerGroupProperties.withVolumes(List<Volume> volumes) Set the volumes property: The list of volumes that can be mounted by containers in this container group. -
Uses of Volume in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return VolumeModifier and TypeMethodDescriptionVolume.withAzureFile(AzureFileVolume azureFile) Set the azureFile property: The Azure File volume.Volume.withEmptyDir(Object emptyDir) Set the emptyDir property: The empty directory volume.Volume.withGitRepo(GitRepoVolume gitRepo) Set the gitRepo property: The git repo volume.Set the name property: The name of the volume.Volume.withSecret(Map<String, String> secret) Set the secret property: The secret volume.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type Volume