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