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

IotDpsClient 类

定义

用于使用 Azure IoT 中心 设备预配服务功能的 API。

public class IotDpsClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.DeviceProvisioningServices.IotDpsClient>, IDisposable, Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsClient, Microsoft.Rest.Azure.IAzureClient
type IotDpsClient = class
    inherit ServiceClient<IotDpsClient>
    interface IIotDpsClient
    interface IDisposable
    interface IAzureClient
Public Class IotDpsClient
Inherits ServiceClient(Of IotDpsClient)
Implements IAzureClient, IDisposable, IIotDpsClient
继承
实现

构造函数

IotDpsClient(DelegatingHandler[])

初始化 IotDpsClient 类的新实例。

IotDpsClient(HttpClient, Boolean)

初始化 IotDpsClient 类的新实例。

IotDpsClient(HttpClientHandler, DelegatingHandler[])

初始化 IotDpsClient 类的新实例。

IotDpsClient(ServiceClientCredentials, DelegatingHandler[])

初始化 IotDpsClient 类的新实例。

IotDpsClient(ServiceClientCredentials, HttpClient, Boolean)

初始化 IotDpsClient 类的新实例。

IotDpsClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 IotDpsClient 类的新实例。

IotDpsClient(Uri, DelegatingHandler[])

初始化 IotDpsClient 类的新实例。

IotDpsClient(Uri, HttpClientHandler, DelegatingHandler[])

初始化 IotDpsClient 类的新实例。

IotDpsClient(Uri, ServiceClientCredentials, DelegatingHandler[])

初始化 IotDpsClient 类的新实例。

IotDpsClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

初始化 IotDpsClient 类的新实例。

属性

AcceptLanguage

响应的首选语言。

ApiVersion

API 的版本。

BaseUri

服务的基 URI。

Credentials

客户端连接到 Azure 所需的凭据。

DeserializationSettings

获取或设置 json 反序列化设置。

DpsCertificate

获取 IDpsCertificateOperations。

GenerateClientRequestId

是否应生成唯一的 x-ms-client-request-id。 当设置为 true 时,将生成唯一的 x-ms-client-request-id 值并将其包含在每个请求中。 默认为 true。

IotDpsResource

获取 IIotDpsResourceOperations。

LongRunningOperationRetryTimeout

长时间运行的操作的重试超时(以秒为单位)。 默认值为 30。

Operations

获取 IOperations。

SerializationSettings

获取或设置 json 序列化设置。

SubscriptionId

订阅标识符。

适用于