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