How to use the azure-mgmt-iotcentral.azure.mgmt.iotcentral.operations.operations.Operations function in azure-mgmt-iotcentral

To help you get started, we’ve selected a few azure-mgmt-iotcentral 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-iotcentral / azure / mgmt / iotcentral / iot_central_client.py View on Github external
def __init__(
            self, credentials, subscription_id, base_url=None):

        self.config = IotCentralClientConfiguration(credentials, subscription_id, base_url)
        super(IotCentralClient, self).__init__(self.config.credentials, self.config)

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

        self.apps = AppsOperations(
            self._client, self.config, self._serialize, self._deserialize)
        self.operations = Operations(
            self._client, self.config, self._serialize, self._deserialize)

azure-mgmt-iotcentral

Microsoft Azure Iotcentral Management Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

82 / 100
Full package analysis

Similar packages