How to use the azure-mgmt-iothubprovisioningservices.azure.mgmt.iothubprovisioningservices.models.iot_dps_properties_description.IotDpsPropertiesDescription 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_dps_properties_description.py View on Github external
def __init__(self, **kwargs):
        super(IotDpsPropertiesDescription, self).__init__(**kwargs)
        self.state = kwargs.get('state', None)
        self.provisioning_state = kwargs.get('provisioning_state', None)
        self.iot_hubs = kwargs.get('iot_hubs', None)
        self.allocation_policy = kwargs.get('allocation_policy', None)
        self.service_operations_host_name = None
        self.device_provisioning_host_name = None
        self.id_scope = None
        self.authorization_policies = kwargs.get('authorization_policies', 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