次の方法で共有


IotDpsClient クラス

定義

Azure IoT Hub Device Provisioning Service 機能を使用するための 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 を取得します。

FirstMessageHandler

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

HttpClient

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
HttpClientHandler

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
HttpMessageHandlers

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
IotDpsResource

IIotDpsResourceOperations を取得します。

LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

Operations

IOperations を取得します。

SerializationSettings

json シリアル化設定を取得または設定します。

SubscriptionId

サブスクリプションの識別子です。

UserAgent

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
Dispose()

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
Dispose(Boolean)

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
SetUserAgent(String)

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)
SetUserAgent(String, String)

Azure IoT Hub Device Provisioning Service 機能を使用するための API。

(継承元 ServiceClient<T>)

適用対象