DeviceUpdateClient class

Constructors

DeviceUpdateClient(string, TokenCredential, string, DeviceUpdateClientOptionalParams)

Device Update for IoT Hub is an Azure service that enables customers to publish updates for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages the proven security and reliability of the Windows Update platform, optimized for IoT devices. It works globally and knows when and how to update devices, enabling customers to focus on their business goals and let Device Update for IoT Hub handle the updates.

Properties

deviceManagement

The operation groups for deviceManagement

deviceUpdate

The operation groups for deviceUpdate

pipeline

The pipeline used by this client to make requests

Constructor Details

DeviceUpdateClient(string, TokenCredential, string, DeviceUpdateClientOptionalParams)

Device Update for IoT Hub is an Azure service that enables customers to publish updates for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages the proven security and reliability of the Windows Update platform, optimized for IoT devices. It works globally and knows when and how to update devices, enabling customers to focus on their business goals and let Device Update for IoT Hub handle the updates.

new DeviceUpdateClient(endpointParam: string, credential: TokenCredential, instanceId: string, options?: DeviceUpdateClientOptionalParams)

Parameters

endpointParam

string

credential
TokenCredential
instanceId

string

Property Details

deviceManagement

The operation groups for deviceManagement

deviceManagement: DeviceManagementOperations

Property Value

deviceUpdate

The operation groups for deviceUpdate

deviceUpdate: DeviceUpdateOperations

Property Value

pipeline

The pipeline used by this client to make requests

pipeline: Pipeline

Property Value