Uses of Class
com.azure.resourcemanager.batch.models.AzureBlobFileSystemConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AzureBlobFileSystemConfiguration in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionMountConfiguration.azureBlobFileSystemConfiguration()
Get the azureBlobFileSystemConfiguration property: Information used to connect to an Azure Storage Container using Blobfuse.AzureBlobFileSystemConfiguration.withAccountKey
(String accountKey) Set the accountKey property: The Azure Storage Account key.AzureBlobFileSystemConfiguration.withAccountName
(String accountName) Set the accountName property: The Azure Storage Account name.AzureBlobFileSystemConfiguration.withBlobfuseOptions
(String blobfuseOptions) Set the blobfuseOptions property: Additional command line options to pass to the mount command.AzureBlobFileSystemConfiguration.withContainerName
(String containerName) Set the containerName property: The Azure Blob Storage Container name.AzureBlobFileSystemConfiguration.withIdentityReference
(ComputeNodeIdentityReference identityReference) Set the identityReference property: This property is mutually exclusive with both accountKey and sasKey; exactly one must be specified.AzureBlobFileSystemConfiguration.withRelativeMountPath
(String relativeMountPath) Set the relativeMountPath property: The relative path on the compute node where the file system will be mountedAzureBlobFileSystemConfiguration.withSasKey
(String sasKey) Set the sasKey property: The Azure Storage SAS token.Modifier and TypeMethodDescriptionMountConfiguration.withAzureBlobFileSystemConfiguration
(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set the azureBlobFileSystemConfiguration property: Information used to connect to an Azure Storage Container using Blobfuse.