Uses of Class
com.microsoft.azure.management.batch.AzureBlobFileSystemConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of AzureBlobFileSystemConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionMountConfiguration.azureBlobFileSystemConfiguration()
Get this property is mutually exclusive with all other properties.AzureBlobFileSystemConfiguration.withAccountKey
(String accountKey) Set this property is mutually exclusive with both sasKey and identity; exactly one must be specified.AzureBlobFileSystemConfiguration.withAccountName
(String accountName) Set the accountName value.AzureBlobFileSystemConfiguration.withBlobfuseOptions
(String blobfuseOptions) Set these are 'net use' options in Windows and 'mount' options in Linux.AzureBlobFileSystemConfiguration.withContainerName
(String containerName) Set the containerName value.AzureBlobFileSystemConfiguration.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set this property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.AzureBlobFileSystemConfiguration.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.AzureBlobFileSystemConfiguration.withSasKey
(String sasKey) Set this property is mutually exclusive with both accountKey and identity; exactly one must be specified.Modifier and TypeMethodDescriptionMountConfiguration.withAzureBlobFileSystemConfiguration
(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set this property is mutually exclusive with all other properties.