How to use the azure-mgmt-common.azure.mgmt.common.__init__.OperationStatusResponse function in azure-mgmt-common

To help you get started, we’ve selected a few azure-mgmt-common 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-common / azure / mgmt / common / __init__.py View on Github external
def __init__(self, *args, **kwargs):
        super(OperationStatusResponse, self).__init__(*args, **kwargs)
        self.id = None
        self.status = None
        self.http_status_code = None
        self.error = None

azure-mgmt-common

Microsoft Azure Resource Management Client Library for Python (Common)

MIT
Latest version published 9 years ago

Package Health Score

72 / 100
Full package analysis

Similar packages