Uses of Class
com.microsoft.azure.management.batchai.AzureFileShareReference
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of AzureFileShareReference in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionAzureFileShareReference.withAccountName
(String accountName) Set name of the Azure storage account.AzureFileShareReference.withAzureFileUrl
(String azureFileUrl) Set uRL to access the Azure File.AzureFileShareReference.withCredentials
(AzureStorageCredentialsInfo credentials) Set information about the Azure storage credentials.AzureFileShareReference.withDirectoryMode
(String directoryMode) Set file mode for directories on the mounted file share.AzureFileShareReference.withFileMode
(String fileMode) Set file mode for files on the mounted file share.AzureFileShareReference.withRelativeMountPath
(String relativeMountPath) Set the relative path on the compute node where the Azure File share will be mounted.Modifier and TypeMethodDescriptionMountVolumes.azureFileShares()
Get a collection of Azure File Shares that are to be mounted to the cluster nodes.Modifier and TypeMethodDescriptionMountVolumes.withAzureFileShares
(List<AzureFileShareReference> azureFileShares) Set a collection of Azure File Shares that are to be mounted to the cluster nodes.