Class AzureFileShareConfiguration
java.lang.Object
com.microsoft.azure.management.batch.AzureFileShareConfiguration
Information used to connect to an Azure Fileshare.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the accountKey value.Get the accountName value.Get this is of the form 'https://{account}.file.core.windows.net/'.Get these are 'net use' options in Windows and 'mount' options in Linux.Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.withAccountKey
(String accountKey) Set the accountKey value.withAccountName
(String accountName) Set the accountName value.withAzureFileUrl
(String azureFileUrl) Set this is of the form 'https://{account}.file.core.windows.net/'.withMountOptions
(String mountOptions) Set these are 'net use' options in Windows and 'mount' options in Linux.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.
-
Constructor Details
-
AzureFileShareConfiguration
public AzureFileShareConfiguration()
-
-
Method Details
-
accountName
Get the accountName value.- Returns:
- the accountName value
-
withAccountName
Set the accountName value.- Parameters:
accountName
- the accountName value to set- Returns:
- the AzureFileShareConfiguration object itself.
-
azureFileUrl
Get this is of the form 'https://{account}.file.core.windows.net/'.- Returns:
- the azureFileUrl value
-
withAzureFileUrl
Set this is of the form 'https://{account}.file.core.windows.net/'.- Parameters:
azureFileUrl
- the azureFileUrl value to set- Returns:
- the AzureFileShareConfiguration object itself.
-
accountKey
Get the accountKey value.- Returns:
- the accountKey value
-
withAccountKey
Set the accountKey value.- Parameters:
accountKey
- the accountKey value to set- Returns:
- the AzureFileShareConfiguration object itself.
-
relativeMountPath
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.- Returns:
- the relativeMountPath value
-
withRelativeMountPath
Set all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.- Parameters:
relativeMountPath
- the relativeMountPath value to set- Returns:
- the AzureFileShareConfiguration object itself.
-
mountOptions
Get these are 'net use' options in Windows and 'mount' options in Linux.- Returns:
- the mountOptions value
-
withMountOptions
Set these are 'net use' options in Windows and 'mount' options in Linux.- Parameters:
mountOptions
- the mountOptions value to set- Returns:
- the AzureFileShareConfiguration object itself.
-