AzureFileShareConfiguration Class
- java.
lang. Object - com.
microsoft. azure. management. batch. AzureFileShareConfiguration
- com.
public class AzureFileShareConfiguration
Information used to connect to an Azure Fileshare.
Method Summary
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. |
Azure |
withAccountKey(String accountKey)
Set the accountKey value. |
Azure |
withAccountName(String accountName)
Set the accountName value. |
Azure |
withAzureFileUrl(String azureFileUrl)
Set this is of the form 'https://{account}.file.core.windows.net/'. |
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. |
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: