Uses of Class
com.azure.resourcemanager.batch.models.AzureBlobFileSystemConfiguration
Packages that use AzureBlobFileSystemConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AzureBlobFileSystemConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AzureBlobFileSystemConfigurationModifier 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 mounted 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 the sasKey property: The Azure Storage SAS token.Methods in com.azure.resourcemanager.batch.models with parameters of type AzureBlobFileSystemConfigurationModifier and TypeMethodDescriptionMountConfiguration.withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set the azureBlobFileSystemConfiguration property: Information used to connect to an Azure Storage Container using Blobfuse.