你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MountConfiguration Class
The file system to mount on each node.
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. |