Uses of Class
com.microsoft.azure.management.batch.MountConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of MountConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionMountConfiguration.withAzureBlobFileSystemConfiguration
(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set this property is mutually exclusive with all other properties.MountConfiguration.withAzureFileShareConfiguration
(AzureFileShareConfiguration azureFileShareConfiguration) Set this property is mutually exclusive with all other properties.MountConfiguration.withCifsMountConfiguration
(CIFSMountConfiguration cifsMountConfiguration) Set this property is mutually exclusive with all other properties.MountConfiguration.withNfsMountConfiguration
(NFSMountConfiguration nfsMountConfiguration) Set this property is mutually exclusive with all other properties.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithAttach.withMountConfiguration
(List<MountConfiguration> mountConfigurations) Specifies the file system configuration for the pool to mount on each node.Pool.UpdateDefinitionStages.WithAttach.withMountConfiguration
(List<MountConfiguration> mountConfigurations) Specifies the file system configuration for the pool to mount on each node.Pool.UpdateStages.WithAttach.withMountConfiguration
(List<MountConfiguration> mountConfigurations) Specifies the file system configuration for the pool to mount on each node.