Uses of Class
com.azure.compute.batch.models.AzureBlobFileSystemConfiguration
Packages that use AzureBlobFileSystemConfiguration
-
Uses of AzureBlobFileSystemConfiguration in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return AzureBlobFileSystemConfigurationModifier and TypeMethodDescriptionAzureBlobFileSystemConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AzureBlobFileSystemConfiguration from the JsonReader.MountConfiguration.getAzureBlobFileSystemConfiguration()
Get the azureBlobFileSystemConfiguration property: The Azure Storage Container to mount using blob FUSE on each node.AzureBlobFileSystemConfiguration.setAccountKey
(String accountKey) Set the accountKey property: The Azure Storage Account key.AzureBlobFileSystemConfiguration.setBlobfuseOptions
(String blobfuseOptions) Set the blobfuseOptions property: Additional command line options to pass to the mount command.AzureBlobFileSystemConfiguration.setIdentityReference
(BatchNodeIdentityReference identityReference) Set the identityReference property: The reference to the user assigned identity to use to access containerName.Set the sasKey property: The Azure Storage SAS token.Methods in com.azure.compute.batch.models with parameters of type AzureBlobFileSystemConfigurationModifier and TypeMethodDescriptionMountConfiguration.setAzureBlobFileSystemConfiguration
(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set the azureBlobFileSystemConfiguration property: The Azure Storage Container to mount using blob FUSE on each node.