你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceManagementClient 构造函数

定义

重载

DeviceManagementClient()

初始化 DeviceManagementClient 的新实例以供模拟。

DeviceManagementClient(Uri, String, TokenCredential)

初始化 DeviceManagementClient 的新实例。

DeviceManagementClient(Uri, String, TokenCredential, DeviceUpdateClientOptions)

初始化 DeviceManagementClient 的新实例。

DeviceManagementClient()

Source:
DeviceManagementClient.cs

初始化 DeviceManagementClient 的新实例以供模拟。

protected DeviceManagementClient ();
Protected Sub New ()

适用于

DeviceManagementClient(Uri, String, TokenCredential)

Source:
DeviceManagementClient.cs

初始化 DeviceManagementClient 的新实例。

public DeviceManagementClient (Uri endpoint, string instanceId, Azure.Core.TokenCredential credential);
new Azure.IoT.DeviceUpdate.DeviceManagementClient : Uri * string * Azure.Core.TokenCredential -> Azure.IoT.DeviceUpdate.DeviceManagementClient
Public Sub New (endpoint As Uri, instanceId As String, credential As TokenCredential)

参数

endpoint
Uri

IoT 中心帐户终结点的设备更新仅 (主机名,不) 协议。

instanceId
String

IoT 中心帐户实例标识符的设备更新。

credential
TokenCredential

用于向 Azure 服务进行身份验证的凭据。

例外

endpointinstanceIdcredential 为 null。

适用于

DeviceManagementClient(Uri, String, TokenCredential, DeviceUpdateClientOptions)

Source:
DeviceManagementClient.cs

初始化 DeviceManagementClient 的新实例。

public DeviceManagementClient (Uri endpoint, string instanceId, Azure.Core.TokenCredential credential, Azure.IoT.DeviceUpdate.DeviceUpdateClientOptions options);
new Azure.IoT.DeviceUpdate.DeviceManagementClient : Uri * string * Azure.Core.TokenCredential * Azure.IoT.DeviceUpdate.DeviceUpdateClientOptions -> Azure.IoT.DeviceUpdate.DeviceManagementClient
Public Sub New (endpoint As Uri, instanceId As String, credential As TokenCredential, options As DeviceUpdateClientOptions)

参数

endpoint
Uri

IoT 中心帐户终结点的设备更新仅 (主机名,不) 协议。

instanceId
String

IoT 中心帐户实例标识符的设备更新。

credential
TokenCredential

用于向 Azure 服务进行身份验证的凭据。

options
DeviceUpdateClientOptions

用于配置客户端的选项。

例外

endpointinstanceIdcredential 为 null。

适用于