你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeviceUpdateClient 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DeviceUpdateClient() |
初始化 DeviceUpdateClient 的新实例进行模拟。 |
DeviceUpdateClient(Uri, String, TokenCredential) |
初始化 DeviceUpdateClient 的新实例。 |
DeviceUpdateClient(Uri, String, TokenCredential, DeviceUpdateClientOptions) |
初始化 DeviceUpdateClient 的新实例。 |
DeviceUpdateClient()
- Source:
- DeviceUpdateClient.cs
初始化 DeviceUpdateClient 的新实例进行模拟。
protected DeviceUpdateClient ();
Protected Sub New ()
适用于
DeviceUpdateClient(Uri, String, TokenCredential)
- Source:
- DeviceUpdateClient.cs
初始化 DeviceUpdateClient 的新实例。
public DeviceUpdateClient (Uri endpoint, string instanceId, Azure.Core.TokenCredential credential);
new Azure.IoT.DeviceUpdate.DeviceUpdateClient : Uri * string * Azure.Core.TokenCredential -> Azure.IoT.DeviceUpdate.DeviceUpdateClient
Public Sub New (endpoint As Uri, instanceId As String, credential As TokenCredential)
参数
- endpoint
- Uri
IoT 中心帐户的设备更新终结点仅 (主机名,不) 协议。
- instanceId
- String
IoT 中心帐户实例标识符的设备更新。
- credential
- TokenCredential
用于向 Azure 服务进行身份验证的凭据。
例外
endpoint
、instanceId
或 credential
为 null。
适用于
DeviceUpdateClient(Uri, String, TokenCredential, DeviceUpdateClientOptions)
- Source:
- DeviceUpdateClient.cs
初始化 DeviceUpdateClient 的新实例。
public DeviceUpdateClient (Uri endpoint, string instanceId, Azure.Core.TokenCredential credential, Azure.IoT.DeviceUpdate.DeviceUpdateClientOptions options);
new Azure.IoT.DeviceUpdate.DeviceUpdateClient : Uri * string * Azure.Core.TokenCredential * Azure.IoT.DeviceUpdate.DeviceUpdateClientOptions -> Azure.IoT.DeviceUpdate.DeviceUpdateClient
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
用于配置客户端的选项。
例外
endpoint
、instanceId
或 credential
为 null。