Uses of Class
com.azure.resourcemanager.containerinstance.models.AzureFileVolume
-
Packages that use AzureFileVolume Package Description com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of AzureFileVolume in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return AzureFileVolume Modifier and Type Method Description AzureFileVolumeVolume. azureFile()Get the azureFile property: The Azure File volume.AzureFileVolumeAzureFileVolume. withReadOnly(Boolean readOnly)Set the readOnly property: The flag indicating whether the Azure File shared mounted as a volume is read-only.AzureFileVolumeAzureFileVolume. withShareName(String shareName)Set the shareName property: The name of the Azure File share to be mounted as a volume.AzureFileVolumeAzureFileVolume. withStorageAccountKey(String storageAccountKey)Set the storageAccountKey property: The storage account access key used to access the Azure File share.AzureFileVolumeAzureFileVolume. withStorageAccountName(String storageAccountName)Set the storageAccountName property: The name of the storage account that contains the Azure File share.Methods in com.azure.resourcemanager.containerinstance.models with parameters of type AzureFileVolume Modifier and Type Method Description VolumeVolume. withAzureFile(AzureFileVolume azureFile)Set the azureFile property: The Azure File volume.
-