How to use the azure-mgmt-batchai.azure.mgmt.batchai.models.azure_file_share_reference.AzureFileShareReference 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_file_share_reference.py View on Github external
def __init__(self, **kwargs):
        super(AzureFileShareReference, self).__init__(**kwargs)
        self.account_name = kwargs.get('account_name', None)
        self.azure_file_url = kwargs.get('azure_file_url', None)
        self.credentials = kwargs.get('credentials', None)
        self.relative_mount_path = kwargs.get('relative_mount_path', None)
        self.file_mode = kwargs.get('file_mode', "0777")
        self.directory_mode = kwargs.get('directory_mode', "0777")

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