Uses of Class
com.azure.resourcemanager.batch.models.MountConfiguration
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of MountConfiguration in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.mountConfiguration()
Get the mountConfiguration property: A list of file systems to mount on each node in the pool.PoolProperties.mountConfiguration()
Get the mountConfiguration property: A list of file systems to mount on each node in the pool.Modifier and TypeMethodDescriptionPoolInner.withMountConfiguration
(List<MountConfiguration> mountConfiguration) Set the mountConfiguration property: A list of file systems to mount on each node in the pool.PoolProperties.withMountConfiguration
(List<MountConfiguration> mountConfiguration) Set the mountConfiguration property: A list of file systems to mount on each node in the pool. -
Uses of MountConfiguration in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionMountConfiguration.withAzureBlobFileSystemConfiguration
(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set the azureBlobFileSystemConfiguration property: Information used to connect to an Azure Storage Container using Blobfuse.MountConfiguration.withAzureFileShareConfiguration
(AzureFileShareConfiguration azureFileShareConfiguration) Set the azureFileShareConfiguration property: Information used to connect to an Azure Fileshare.MountConfiguration.withCifsMountConfiguration
(CifsMountConfiguration cifsMountConfiguration) Set the cifsMountConfiguration property: Information used to connect to a CIFS file system.MountConfiguration.withNfsMountConfiguration
(NfsMountConfiguration nfsMountConfiguration) Set the nfsMountConfiguration property: Information used to connect to an NFS file system.Modifier and TypeMethodDescriptionPool.mountConfiguration()
Gets the mountConfiguration property: A list of file systems to mount on each node in the pool.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithMountConfiguration.withMountConfiguration
(List<MountConfiguration> mountConfiguration) Specifies the mountConfiguration property: A list of file systems to mount on each node in the pool.Pool.UpdateStages.WithMountConfiguration.withMountConfiguration
(List<MountConfiguration> mountConfiguration) Specifies the mountConfiguration property: A list of file systems to mount on each node in the pool.