public class AzureFileShareReference extends Object
Constructor and Description |
---|
AzureFileShareReference() |
Modifier and Type | Method and Description |
---|---|
String |
accountName()
Get name of the Azure storage account.
|
String |
azureFileUrl()
Get uRL to access the Azure File.
|
AzureStorageCredentialsInfo |
credentials()
Get information about the Azure storage credentials.
|
String |
directoryMode()
Get file mode for directories on the mounted file share.
|
String |
fileMode()
Get file mode for files on the mounted file share.
|
String |
relativeMountPath()
Get the relative path on the compute node where the Azure File share will be mounted.
|
AzureFileShareReference |
withAccountName(String accountName)
Set name of the Azure storage account.
|
AzureFileShareReference |
withAzureFileUrl(String azureFileUrl)
Set uRL to access the Azure File.
|
AzureFileShareReference |
withCredentials(AzureStorageCredentialsInfo credentials)
Set information about the Azure storage credentials.
|
AzureFileShareReference |
withDirectoryMode(String directoryMode)
Set file mode for directories on the mounted file share.
|
AzureFileShareReference |
withFileMode(String fileMode)
Set file mode for files on the mounted file share.
|
AzureFileShareReference |
withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the Azure File share will be mounted.
|
public String accountName()
public AzureFileShareReference withAccountName(String accountName)
accountName
- the accountName value to setpublic String azureFileUrl()
public AzureFileShareReference withAzureFileUrl(String azureFileUrl)
azureFileUrl
- the azureFileUrl value to setpublic AzureStorageCredentialsInfo credentials()
public AzureFileShareReference withCredentials(AzureStorageCredentialsInfo credentials)
credentials
- the credentials value to setpublic String relativeMountPath()
public AzureFileShareReference withRelativeMountPath(String relativeMountPath)
relativeMountPath
- the relativeMountPath value to setpublic String fileMode()
public AzureFileShareReference withFileMode(String fileMode)
fileMode
- the fileMode value to setpublic String directoryMode()
public AzureFileShareReference withDirectoryMode(String directoryMode)
directoryMode
- the directoryMode value to setCopyright © 2019. All rights reserved.