public class AzureFileShareConfiguration extends Object
| Constructor and Description |
|---|
AzureFileShareConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
accountKey()
Get the accountKey value.
|
String |
accountName()
Get the accountName value.
|
String |
azureFileUrl()
Get this is of the form 'https://{account}.file.core.windows.net/'.
|
String |
mountOptions()
Get these are 'net use' options in Windows and 'mount' options in Linux.
|
String |
relativeMountPath()
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
|
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.
|
public String accountName()
public AzureFileShareConfiguration withAccountName(String accountName)
accountName - the accountName value to setpublic String azureFileUrl()
public AzureFileShareConfiguration withAzureFileUrl(String azureFileUrl)
azureFileUrl - the azureFileUrl value to setpublic String accountKey()
public AzureFileShareConfiguration withAccountKey(String accountKey)
accountKey - the accountKey value to setpublic String relativeMountPath()
public AzureFileShareConfiguration withRelativeMountPath(String relativeMountPath)
relativeMountPath - the relativeMountPath value to setpublic String mountOptions()
public AzureFileShareConfiguration withMountOptions(String mountOptions)
mountOptions - the mountOptions value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/