Uses of Class
com.azure.resourcemanager.containerinstance.models.Volume
Packages that use Volume
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
null.
Package containing the data models for ContainerInstanceManagementClient.
null.
-
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
Classes in com.azure.resourcemanager.containerinstance.models that implement interfaces with type arguments of type VolumeMethods in com.azure.resourcemanager.containerinstance.models that return VolumeModifier and TypeMethodDescriptionstatic VolumeVolume.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Volume from the JsonReader.Volume.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