Class MountConfiguration
java.lang.Object
com.microsoft.azure.management.batch.MountConfiguration
The file system to mount on each node.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet this property is mutually exclusive with all other properties.Get this property is mutually exclusive with all other properties.Get this property is mutually exclusive with all other properties.Get this property is mutually exclusive with all other properties.withAzureBlobFileSystemConfiguration
(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set this property is mutually exclusive with all other properties.withAzureFileShareConfiguration
(AzureFileShareConfiguration azureFileShareConfiguration) Set this property is mutually exclusive with all other properties.withCifsMountConfiguration
(CIFSMountConfiguration cifsMountConfiguration) Set this property is mutually exclusive with all other properties.withNfsMountConfiguration
(NFSMountConfiguration nfsMountConfiguration) Set this property is mutually exclusive with all other properties.
-
Constructor Details
-
MountConfiguration
public MountConfiguration()
-
-
Method Details
-
azureBlobFileSystemConfiguration
Get this property is mutually exclusive with all other properties.- Returns:
- the azureBlobFileSystemConfiguration value
-
withAzureBlobFileSystemConfiguration
public MountConfiguration withAzureBlobFileSystemConfiguration(AzureBlobFileSystemConfiguration azureBlobFileSystemConfiguration) Set this property is mutually exclusive with all other properties.- Parameters:
azureBlobFileSystemConfiguration
- the azureBlobFileSystemConfiguration value to set- Returns:
- the MountConfiguration object itself.
-
nfsMountConfiguration
Get this property is mutually exclusive with all other properties.- Returns:
- the nfsMountConfiguration value
-
withNfsMountConfiguration
Set this property is mutually exclusive with all other properties.- Parameters:
nfsMountConfiguration
- the nfsMountConfiguration value to set- Returns:
- the MountConfiguration object itself.
-
cifsMountConfiguration
Get this property is mutually exclusive with all other properties.- Returns:
- the cifsMountConfiguration value
-
withCifsMountConfiguration
Set this property is mutually exclusive with all other properties.- Parameters:
cifsMountConfiguration
- the cifsMountConfiguration value to set- Returns:
- the MountConfiguration object itself.
-