次の方法で共有


DeviceUpdateClient クラス

定義

Microsoft Device Update リソース プロバイダー。

public class DeviceUpdateClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient>, IDisposable, Microsoft.Azure.Management.DeviceUpdate.IDeviceUpdateClient, Microsoft.Rest.Azure.IAzureClient
type DeviceUpdateClient = class
    inherit ServiceClient<DeviceUpdateClient>
    interface IDeviceUpdateClient
    interface IDisposable
    interface IAzureClient
Public Class DeviceUpdateClient
Inherits ServiceClient(Of DeviceUpdateClient)
Implements IAzureClient, IDeviceUpdateClient, IDisposable
継承
実装

コンストラクター

DeviceUpdateClient(DelegatingHandler[])

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

DeviceUpdateClient(HttpClient, Boolean)

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

DeviceUpdateClient(HttpClientHandler, DelegatingHandler[])

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

DeviceUpdateClient(ServiceClientCredentials, DelegatingHandler[])

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

DeviceUpdateClient(ServiceClientCredentials, HttpClient, Boolean)

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

DeviceUpdateClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

DeviceUpdateClient(Uri, DelegatingHandler[])

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

DeviceUpdateClient(Uri, HttpClientHandler, DelegatingHandler[])

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

DeviceUpdateClient(Uri, ServiceClientCredentials, DelegatingHandler[])

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

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

DeviceUpdateClient クラスの新しいインスタンスを初期化します。

プロパティ

AcceptLanguage

応答の優先言語。

Accounts

IAccountsOperations を取得します。

ApiVersion

ADU スキーマ API のバージョン。

BaseUri

サービスのベース URI。

Credentials

クライアントが Azure に接続するために必要な資格情報。

DeserializationSettings

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

FirstMessageHandler

Microsoft Device Update リソース プロバイダー。

(継承元 ServiceClient<T>)
GenerateClientRequestId

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

HttpClient

Microsoft Device Update リソース プロバイダー。

(継承元 ServiceClient<T>)
HttpClientHandler

Microsoft Device Update リソース プロバイダー。

(継承元 ServiceClient<T>)
HttpMessageHandlers

Microsoft Device Update リソース プロバイダー。

(継承元 ServiceClient<T>)
Instances

IInstancesOperations を取得します。

LongRunningOperationRetryTimeout

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

Operations

IOperations を取得します。

SerializationSettings

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

SubscriptionId

Azure サブスクリプション ID。

UserAgent

Microsoft Device Update リソース プロバイダー。

(継承元 ServiceClient<T>)

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Microsoft Device Update リソース プロバイダー。

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

Microsoft Device Update リソース プロバイダー。

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

Microsoft Device Update リソース プロバイダー。

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

Microsoft Device Update リソース プロバイダー。

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

Microsoft Device Update リソース プロバイダー。

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

Microsoft Device Update リソース プロバイダー。

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

Microsoft Device Update リソース プロバイダー。

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

Microsoft Device Update リソース プロバイダー。

(継承元 ServiceClient<T>)

適用対象