Uses of Class
com.azure.resourcemanager.batch.models.AzureFileShareConfiguration
Packages that use AzureFileShareConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AzureFileShareConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return AzureFileShareConfigurationModifier and TypeMethodDescriptionMountConfiguration.azureFileShareConfiguration()Get the azureFileShareConfiguration property: Information used to connect to an Azure Fileshare.AzureFileShareConfiguration.withAccountKey(String accountKey) Set the accountKey property: The Azure Storage account key.AzureFileShareConfiguration.withAccountName(String accountName) Set the accountName property: The Azure Storage account name.AzureFileShareConfiguration.withAzureFileUrl(String azureFileUrl) Set the azureFileUrl property: The Azure Files URL.AzureFileShareConfiguration.withMountOptions(String mountOptions) Set the mountOptions property: Additional command line options to pass to the mount command.AzureFileShareConfiguration.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.Methods in com.azure.resourcemanager.batch.models with parameters of type AzureFileShareConfigurationModifier and TypeMethodDescriptionMountConfiguration.withAzureFileShareConfiguration(AzureFileShareConfiguration azureFileShareConfiguration) Set the azureFileShareConfiguration property: Information used to connect to an Azure Fileshare.