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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python