Uses of Class
com.azure.resourcemanager.appcontainers.models.Volume
-
Packages that use Volume Package Description com.azure.resourcemanager.appcontainers.models 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 Volume Modifier and Type Method Description Volume
Volume. withName(String name)
Set the name property: Volume name.Volume
Volume. withStorageName(String storageName)
Set the storageName property: Name of storage resource.Volume
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 Volume Modifier and Type Method Description List<Volume>
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 Volume Modifier and Type Method Description Template
Template. withVolumes(List<Volume> volumes)
Set the volumes property: List of volume definitions for the Container App.
-