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. |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python