次の方法で共有


IStorageSyncManagementClient インターフェイス

定義

Microsoft Storage Sync Service API

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

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

この操作に使用する API バージョン。

BaseUri

サービスのベース URI。

CloudEndpoints

ICloudEndpointsOperations を取得します。

Credentials

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

DeserializationSettings

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

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

Operations

IOperations を取得します。

OperationStatus

IOperationStatusOperations を取得します。

PrivateEndpointConnections

IPrivateEndpointConnectionsOperations を取得します。

PrivateLinkResources

IPrivateLinkResourcesOperations を取得します。

RegisteredServers

IRegisteredServersOperations を取得します。

SerializationSettings

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

ServerEndpoints

IServerEndpointsOperations を取得します。

StorageSyncServices

IStorageSyncServicesOperations を取得します。

SubscriptionId

ターゲット サブスクリプションの ID。

SyncGroups

ISyncGroupsOperations を取得します。

Workflows

IWorkflowsOperations を取得します。

メソッド

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

操作の状態を取得する

拡張メソッド

LocationOperationStatusMethod(IStorageSyncManagementClient, String, String)

操作の状態を取得する

LocationOperationStatusMethodAsync(IStorageSyncManagementClient, String, String, CancellationToken)

操作の状態を取得する

適用対象