You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: Creates an IoT Hub device client. Normally, consumers will call the factory method, @azure-iot-device.Client.fromConnectionString(string,Transport), to create an IoT Hub device client
description: An object that implements the interface expected of a transport object, e.g., Http.
32
+
- id: connStr
33
+
type:
34
+
- string
35
+
description: 'A connection string (optional: when not provided, updateSharedAccessSignature must be called to set the SharedAccessSignature token directly).'
36
+
- id: blobUploadClient
37
+
type:
38
+
- BlobUploadClient
39
+
description: An object that is capable of uploading a stream to a blob.
0 commit comments