Uses of Class
com.microsoft.azure.management.containerinstance.AzureFileVolume
Packages that use AzureFileVolume
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of AzureFileVolume in com.microsoft.azure.management.containerinstance
Methods in com.microsoft.azure.management.containerinstance that return AzureFileVolumeModifier and TypeMethodDescriptionVolume.azureFile()Get the Azure File volume.AzureFileVolume.withReadOnly(Boolean readOnly) Set the flag indicating whether the Azure File shared mounted as a volume is read-only.AzureFileVolume.withShareName(String shareName) Set the name of the Azure File share to be mounted as a volume.AzureFileVolume.withStorageAccountKey(String storageAccountKey) Set the storage account access key used to access the Azure File share.AzureFileVolume.withStorageAccountName(String storageAccountName) Set the name of the storage account that contains the Azure File share.Methods in com.microsoft.azure.management.containerinstance with parameters of type AzureFileVolumeModifier and TypeMethodDescriptionVolume.withAzureFile(AzureFileVolume azureFile) Set the Azure File volume.