How to use the azure-mgmt-batchai.azure.mgmt.batchai.models.azure_blob_file_system_reference.AzureBlobFileSystemReference function in azure-mgmt-batchai

To help you get started, we’ve selected a few azure-mgmt-batchai examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-batchai / azure / mgmt / batchai / models / azure_blob_file_system_reference.py View on Github external
def __init__(self, **kwargs):
        super(AzureBlobFileSystemReference, self).__init__(**kwargs)
        self.account_name = kwargs.get('account_name', None)
        self.container_name = kwargs.get('container_name', None)
        self.credentials = kwargs.get('credentials', None)
        self.relative_mount_path = kwargs.get('relative_mount_path', None)
        self.mount_options = kwargs.get('mount_options', None)

azure-mgmt-batchai

Microsoft Azure Batch AI Management Client Library for Python

MIT
Latest version published 6 years ago

Package Health Score

82 / 100
Full package analysis