Uses of Class
com.azure.resourcemanager.batch.models.AzureFileShareConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of AzureFileShareConfiguration in com.azure.resourcemanager.batch.models
Modifier 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 mountedModifier and TypeMethodDescriptionMountConfiguration.withAzureFileShareConfiguration
(AzureFileShareConfiguration azureFileShareConfiguration) Set the azureFileShareConfiguration property: Information used to connect to an Azure Fileshare.