MountConfiguration Class
The file system to mount on each node.
- Inheritance
-
azure.mgmt.batch._serialization.ModelMountConfiguration
Constructor
MountConfiguration(*, azure_blob_file_system_configuration: _models.AzureBlobFileSystemConfiguration | None = None, nfs_mount_configuration: _models.NFSMountConfiguration | None = None, cifs_mount_configuration: _models.CIFSMountConfiguration | None = None, azure_file_share_configuration: _models.AzureFileShareConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
azure_blob_file_system_configuration
|
This property is mutually exclusive with all other properties. |
nfs_mount_configuration
|
This property is mutually exclusive with all other properties. |
cifs_mount_configuration
|
This property is mutually exclusive with all other properties. |
azure_file_share_configuration
|
This property is mutually exclusive with all other properties. |
Variables
Name | Description |
---|---|
azure_blob_file_system_configuration
|
This property is mutually exclusive with all other properties. |
nfs_mount_configuration
|
This property is mutually exclusive with all other properties. |
cifs_mount_configuration
|
This property is mutually exclusive with all other properties. |
azure_file_share_configuration
|
This property is mutually exclusive with all other properties. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python