Azure IoT Hub configuration

interface AzureIotHubConfig {
    connectionString: string;
}

Properties

Properties

connectionString: string