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