Uses of Class
com.azure.resourcemanager.containerinstance.models.Volume
-
Packages that use Volume 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 Volume in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type Volume Modifier and Type Method Description List<Volume>ContainerGroupInner. volumes()Get the volumes property: The list of volumes that can be mounted by containers in this container group.List<Volume>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 Volume Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withVolumes(List<Volume> volumes)Set the volumes property: The list of volumes that can be mounted by containers in this container group.ContainerGroupPropertiesContainerGroupProperties. 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 Volume Modifier and Type Method Description VolumeVolume. withAzureFile(AzureFileVolume azureFile)Set the azureFile property: The Azure File volume.VolumeVolume. withEmptyDir(Object emptyDir)Set the emptyDir property: The empty directory volume.VolumeVolume. withGitRepo(GitRepoVolume gitRepo)Set the gitRepo property: The git repo volume.VolumeVolume. withName(String name)Set the name property: The name of the volume.VolumeVolume. 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 Modifier and Type Method Description Map<String,Volume>ContainerGroup. volumes()
-