How to use the azure-mgmt-cdn.azure.mgmt.cdn.models.tracked_resource.TrackedResource function in azure-mgmt-cdn

To help you get started, we’ve selected a few azure-mgmt-cdn 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-cdn / azure / mgmt / cdn / models / tracked_resource.py View on Github external
def __init__(self, location, tags):
        super(TrackedResource, self).__init__()
        self.location = location
        self.tags = tags