Uses of Class
com.azure.resourcemanager.appcontainers.models.Volume
Packages that use Volume
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of Volume in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return VolumeModifier and TypeMethodDescriptionstatic VolumeVolume.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Volume from the JsonReader.Volume.withMountOptions(String mountOptions) Set the mountOptions property: Mount options used while mounting the Azure file share or NFS Azure file share.Set the name property: Volume name.Volume.withSecrets(List<SecretVolumeItem> secrets) Set the secrets property: List of secrets to be added in volume.Volume.withStorageName(String storageName) Set the storageName property: Name of storage resource.Volume.withStorageType(StorageType storageType) Set the storageType property: Storage type for the volume.Methods in com.azure.resourcemanager.appcontainers.models that return types with arguments of type VolumeModifier and TypeMethodDescriptionJobTemplate.volumes()Get the volumes property: List of volume definitions for the Container App.Template.volumes()Get the volumes property: List of volume definitions for the Container App.Method parameters in com.azure.resourcemanager.appcontainers.models with type arguments of type VolumeModifier and TypeMethodDescriptionJobTemplate.withVolumes(List<Volume> volumes) Set the volumes property: List of volume definitions for the Container App.Template.withVolumes(List<Volume> volumes) Set the volumes property: List of volume definitions for the Container App.