How to use the azure-mgmt-resource.azure.mgmt.resource.links.models.__dict__.items function in azure-mgmt-resource

To help you get started, we’ve selected a few azure-mgmt-resource 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-resource / azure / mgmt / resource / links / management_link_client.py View on Github external
def __init__(
            self, credentials, subscription_id, api_version='2016-09-01', accept_language='en-US', long_running_operation_retry_timeout=30, generate_client_request_id=True, base_url=None, filepath=None):

        self.config = ManagementLinkClientConfiguration(credentials, subscription_id, api_version, accept_language, long_running_operation_retry_timeout, generate_client_request_id, base_url, filepath)
        self._client = ServiceClient(self.config.credentials, self.config)

        client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
        self._serialize = Serializer(client_models)
        self._deserialize = Deserializer(client_models)

        self.resource_links = ResourceLinksOperations(
            self._client, self.config, self._serialize, self._deserialize)

azure-mgmt-resource

Microsoft Azure Resource Management Client Library for Python

MIT
Latest version published 13 days ago

Package Health Score

96 / 100
Full package analysis

Popular azure-mgmt-resource functions

Similar packages