How to use azure-mgmt-dns - 3 common examples

To help you get started, we’ve selected a few azure-mgmt-dns 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-dns / azure / mgmt / dns / v2016_04_01 / models / resource.py View on Github external
def __init__(self, **kwargs):
        super(Resource, self).__init__(**kwargs)
        self.id = None
        self.name = None
        self.type = None
github Azure / azure-sdk-for-python / azure-mgmt-dns / azure / mgmt / dns / v2016_04_01 / models / resource_py3.py View on Github external
def __init__(self, **kwargs) -> None:
        super(Resource, self).__init__(**kwargs)
        self.id = None
        self.name = None
        self.type = None
github Azure / azure-sdk-for-python / azure-mgmt-dns / azure / mgmt / dns / v2018_03_01_preview / models / resource.py View on Github external
def __init__(self, **kwargs):
        super(Resource, self).__init__(**kwargs)
        self.id = None
        self.name = None
        self.type = None

azure-mgmt-dns

Microsoft Azure DNS Management Client Library for Python

MIT
Latest version published 10 months ago

Package Health Score

93 / 100
Full package analysis

Similar packages