次の方法で共有


IDataBoxManagementClient インターフェイス

定義

public interface IDataBoxManagementClient : IDisposable
type IDataBoxManagementClient = interface
    interface IDisposable
Public Interface IDataBoxManagementClient
Implements IDisposable
派生
実装

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

API バージョン

BaseUri

サービスのベース URI。

Credentials

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

DeserializationSettings

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

GenerateClientRequestId

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

Jobs

IJobsOperations を取得します。

LongRunningOperationRetryTimeout

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

Operations

IOperations を取得します。

SerializationSettings

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

Service

IServiceOperations を取得します。

SubscriptionId

サブスクリプション ID

メソッド

MitigateWithHttpMessagesAsync(String, String, CustomerResolutionCode, Dictionary<String,List<String>>, CancellationToken)

特定のジョブの軽減を要求する

拡張メソッド

Mitigate(IDataBoxManagementClient, String, String, CustomerResolutionCode)

特定のジョブの軽減を要求する

MitigateAsync(IDataBoxManagementClient, String, String, CustomerResolutionCode, CancellationToken)

特定のジョブの軽減を要求する

適用対象