Uses of Class
com.azure.resourcemanager.batch.models.MountConfiguration
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return types with arguments of type MountConfigurationModifier 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.Method parameters in com.azure.resourcemanager.batch.fluent.models with type arguments of type MountConfigurationModifier 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
Methods in com.azure.resourcemanager.batch.models that return MountConfigurationModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type MountConfigurationModifier and TypeMethodDescriptionPool.mountConfiguration()Gets the mountConfiguration property: A list of file systems to mount on each node in the pool.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type MountConfigurationModifier 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.