次の方法で共有


IRecoveryServicesClient インターフェイス

定義

Recovery Services クライアント

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

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

クライアント API のバージョン。

BaseUri

サービスのベース URI。

Credentials

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

DeserializationSettings

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

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

Operations

IOperations を取得します。

PrivateLinkResources

IPrivateLinkResourcesOperations を取得します。

RecoveryServices

IRecoveryServicesOperations を取得します。

RegisteredIdentities

IRegisteredIdentitiesOperations を取得します。

ReplicationUsages

IReplicationUsagesOperations を取得します。

SerializationSettings

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

SubscriptionId

サブスクリプション ID。

Usages

IUsagesOperations を取得します。

VaultCertificates

IVaultCertificatesOperations を取得します。

VaultExtendedInfo

IVaultExtendedInfoOperations を取得します。

Vaults

IVaultsOperations を取得します。

メソッド

GetOperationResultWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

リソースの操作結果を取得します。

GetOperationStatusWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

リソースの操作状態を取得します。

拡張メソッド

GetOperationResult(IRecoveryServicesClient, String, String, String)

リソースの操作結果を取得します。

GetOperationResultAsync(IRecoveryServicesClient, String, String, String, CancellationToken)

リソースの操作結果を取得します。

GetOperationStatus(IRecoveryServicesClient, String, String, String)

リソースの操作状態を取得します。

GetOperationStatusAsync(IRecoveryServicesClient, String, String, String, CancellationToken)

リソースの操作状態を取得します。

適用対象