AzureFileShareReference Class
Azure File Share mounting configuration.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
AzureFileShareReference
Constructor
AzureFileShareReference(*, account_name: str, azure_file_url: str, credentials: azure.mgmt.batchai.models._models_py3.AzureStorageCredentialsInfo, relative_mount_path: str, file_mode: Optional[str] = '0777', directory_mode: Optional[str] = '0777', **kwargs)
Parameters
- credentials
- <xref:batch_ai.models.AzureStorageCredentialsInfo>
Required
Required. Information about the Azure storage credentials.
- relative_mount_path
- str
Required
Required. The relative path on the compute node where the Azure File share will be mounted. Note that all cluster level file shares will be mounted under $AZ_BATCHAI_MOUNT_ROOT location and all job level file shares will be mounted under $AZ_BATCHAI_JOB_MOUNT_ROOT.
- directory_mode
- str
Required
File mode for directories on the mounted file share. Default value: 0777.
Feedback
Submit and view feedback for