Uses of Class
com.microsoft.azure.management.batch.AzureFileShareConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AzureFileShareConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionMountConfiguration.azureFileShareConfiguration()
Get this property is mutually exclusive with all other properties.AzureFileShareConfiguration.withAccountKey
(String accountKey) Set the accountKey value.AzureFileShareConfiguration.withAccountName
(String accountName) Set the accountName value.AzureFileShareConfiguration.withAzureFileUrl
(String azureFileUrl) Set this is of the form 'https://{account}.file.core.windows.net/'.AzureFileShareConfiguration.withMountOptions
(String mountOptions) Set these are 'net use' options in Windows and 'mount' options in Linux.AzureFileShareConfiguration.withRelativeMountPath
(String relativeMountPath) Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.Modifier and TypeMethodDescriptionMountConfiguration.withAzureFileShareConfiguration
(AzureFileShareConfiguration azureFileShareConfiguration) Set this property is mutually exclusive with all other properties.