AzureBlobFileSystemReference Class
- java.
lang. Object - com.
microsoft. azure. management. batchai. AzureBlobFileSystemReference
- com.
public class AzureBlobFileSystemReference
Azure Blob Storage Container mounting configuration.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
accountName()
Get name of the Azure storage account. |
String |
containerName()
Get name of the Azure Blob Storage container to mount on the cluster. |
Azure |
credentials()
Get information about the Azure storage credentials. |
String |
mountOptions()
Get mount options for mounting blobfuse file system. |
String |
relativeMountPath()
Get the relative path on the compute node where the Azure File container will be mounted. Note that all cluster level containers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level containers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT. |
Azure |
withAccountName(String accountName)
Set name of the Azure storage account. |
Azure |
withContainerName(String containerName)
Set name of the Azure Blob Storage container to mount on the cluster. |
Azure |
withCredentials(AzureStorageCredentialsInfo credentials)
Set information about the Azure storage credentials. |
Azure |
withMountOptions(String mountOptions)
Set mount options for mounting blobfuse file system. |
Azure |
withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the Azure File container will be mounted. Note that all cluster level containers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level containers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT. |
Method Details
accountName
public String accountName()
Get name of the Azure storage account.
Returns:
containerName
public String containerName()
Get name of the Azure Blob Storage container to mount on the cluster.
Returns:
credentials
public AzureStorageCredentialsInfo credentials()
Get information about the Azure storage credentials.
Returns:
mountOptions
public String mountOptions()
Get mount options for mounting blobfuse file system.
Returns:
relativeMountPath
public String relativeMountPath()
Get the relative path on the compute node where the Azure File container will be mounted. Note that all cluster level containers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level containers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
Returns:
withAccountName
public AzureBlobFileSystemReference withAccountName(String accountName)
Set name of the Azure storage account.
Parameters:
Returns:
withContainerName
public AzureBlobFileSystemReference withContainerName(String containerName)
Set name of the Azure Blob Storage container to mount on the cluster.
Parameters:
Returns:
withCredentials
public AzureBlobFileSystemReference withCredentials(AzureStorageCredentialsInfo credentials)
Set information about the Azure storage credentials.
Parameters:
Returns:
withMountOptions
public AzureBlobFileSystemReference withMountOptions(String mountOptions)
Set mount options for mounting blobfuse file system.
Parameters:
Returns:
withRelativeMountPath
public AzureBlobFileSystemReference withRelativeMountPath(String relativeMountPath)
Set the relative path on the compute node where the Azure File container will be mounted. Note that all cluster level containers will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level containers will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
Parameters:
Returns:
Applies to
Azure SDK for Java