How to use the azure-mgmt-iothubprovisioningservices.azure.mgmt.iothubprovisioningservices.models.iot_hub_definition_description.IotHubDefinitionDescription function in azure-mgmt-iothubprovisioningservices

To help you get started, we’ve selected a few azure-mgmt-iothubprovisioningservices 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-iothubprovisioningservices / azure / mgmt / iothubprovisioningservices / models / iot_hub_definition_description.py View on Github external
def __init__(self, **kwargs):
        super(IotHubDefinitionDescription, self).__init__(**kwargs)
        self.apply_allocation_policy = kwargs.get('apply_allocation_policy', None)
        self.allocation_weight = kwargs.get('allocation_weight', None)
        self.name = None
        self.connection_string = kwargs.get('connection_string', None)
        self.location = kwargs.get('location', None)

azure-mgmt-iothubprovisioningservices

Microsoft Azure IoT Hub Provisioning Services Client Library for Python

MIT
Latest version published 2 years ago

Package Health Score

82 / 100
Full package analysis

Popular azure-mgmt-iothubprovisioningservices functions

Similar packages