public class AzureBlobFileSystemConfiguration extends Object
| Constructor and Description |
|---|
AzureBlobFileSystemConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
accountKey()
Get this property is mutually exclusive with sasKey and one must be specified.
|
String |
accountName()
Get the accountName value.
|
String |
blobfuseOptions()
Get these are 'net use' options in Windows and 'mount' options in Linux.
|
String |
containerName()
Get the containerName value.
|
String |
relativeMountPath()
Get all file systems are mounted relative to the Batch mounts directory, accessible via the AZ_BATCH_NODE_MOUNTS_DIR environment variable.
|
String |
sasKey()
Get this property is mutually exclusive with accountKey and one must be specified.
|
AzureBlobFileSystemConfiguration |
withAccountKey(String accountKey)
Set this property is mutually exclusive with sasKey and one must be specified.
|
AzureBlobFileSystemConfiguration |
withAccountName(String accountName)
Set the accountName value.
|
AzureBlobFileSystemConfiguration |
withBlobfuseOptions(String blobfuseOptions)
Set these are 'net use' options in Windows and 'mount' options in Linux.
|
AzureBlobFileSystemConfiguration |
withContainerName(String containerName)
Set the containerName value.
|
AzureBlobFileSystemConfiguration |
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.
|
AzureBlobFileSystemConfiguration |
withSasKey(String sasKey)
Set this property is mutually exclusive with accountKey and one must be specified.
|
public String accountName()
public AzureBlobFileSystemConfiguration withAccountName(String accountName)
accountName - the accountName value to setpublic String containerName()
public AzureBlobFileSystemConfiguration withContainerName(String containerName)
containerName - the containerName value to setpublic String accountKey()
public AzureBlobFileSystemConfiguration withAccountKey(String accountKey)
accountKey - the accountKey value to setpublic String sasKey()
public AzureBlobFileSystemConfiguration withSasKey(String sasKey)
sasKey - the sasKey value to setpublic String blobfuseOptions()
public AzureBlobFileSystemConfiguration withBlobfuseOptions(String blobfuseOptions)
blobfuseOptions - the blobfuseOptions value to setpublic String relativeMountPath()
public AzureBlobFileSystemConfiguration withRelativeMountPath(String relativeMountPath)
relativeMountPath - the relativeMountPath 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.
*/