次の方法で共有


CloudEndpointsOperationsExtensions クラス

定義

CloudEndpointsOperations の拡張メソッド。

public static class CloudEndpointsOperationsExtensions
type CloudEndpointsOperationsExtensions = class
Public Module CloudEndpointsOperationsExtensions
継承
CloudEndpointsOperationsExtensions

メソッド

BeginCreate(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters)

新しい CloudEndpoint を作成します。

BeginCreateAsync(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters, CancellationToken)

新しい CloudEndpoint を作成します。

BeginDelete(ICloudEndpointsOperations, String, String, String, String)

特定の CloudEndpoint を削除します。

BeginDeleteAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

特定の CloudEndpoint を削除します。

BeginPostBackup(ICloudEndpointsOperations, String, String, String, String, String)

特定の CloudEndpoint のバックアップ後。

BeginPostBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

特定の CloudEndpoint のバックアップ後。

BeginPostRestore(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest)

特定の CloudEndpoint を復元した後。

BeginPostRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest, CancellationToken)

特定の CloudEndpoint を復元した後。

BeginPreBackup(ICloudEndpointsOperations, String, String, String, String, String)

特定の CloudEndpoint を事前バックアップします。

BeginPreBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

特定の CloudEndpoint を事前バックアップします。

BeginPreRestore(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest)

特定の CloudEndpoint を事前に復元します。

BeginPreRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest, CancellationToken)

特定の CloudEndpoint を事前に復元します。

BeginTriggerChangeDetection(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters)

指定したAzure File Sync クラウド エンドポイントに接続されている Azure ファイル共有で実行された変更の検出をトリガーします。

BeginTriggerChangeDetectionAsync(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters, CancellationToken)

指定したAzure File Sync クラウド エンドポイントに接続されている Azure ファイル共有で実行された変更の検出をトリガーします。

Create(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters)

新しい CloudEndpoint を作成します。

CreateAsync(ICloudEndpointsOperations, String, String, String, String, CloudEndpointCreateParameters, CancellationToken)

新しい CloudEndpoint を作成します。

Delete(ICloudEndpointsOperations, String, String, String, String)

特定の CloudEndpoint を削除します。

DeleteAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

特定の CloudEndpoint を削除します。

Get(ICloudEndpointsOperations, String, String, String, String)

特定の CloudEndpoint を取得します。

GetAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

特定の CloudEndpoint を取得します。

ListBySyncGroup(ICloudEndpointsOperations, String, String, String)

CloudEndpoint リストを取得します。

ListBySyncGroupAsync(ICloudEndpointsOperations, String, String, String, CancellationToken)

CloudEndpoint リストを取得します。

PostBackup(ICloudEndpointsOperations, String, String, String, String, String)

特定の CloudEndpoint のバックアップ後。

PostBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

特定の CloudEndpoint のバックアップ後。

PostRestore(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest)

特定の CloudEndpoint を復元した後。

PostRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PostRestoreRequest, CancellationToken)

特定の CloudEndpoint を復元した後。

PreBackup(ICloudEndpointsOperations, String, String, String, String, String)

特定の CloudEndpoint を事前バックアップします。

PreBackupAsync(ICloudEndpointsOperations, String, String, String, String, String, CancellationToken)

特定の CloudEndpoint を事前バックアップします。

PreRestore(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest)

特定の CloudEndpoint を事前に復元します。

PreRestoreAsync(ICloudEndpointsOperations, String, String, String, String, PreRestoreRequest, CancellationToken)

特定の CloudEndpoint を事前に復元します。

Restoreheartbeat(ICloudEndpointsOperations, String, String, String, String)

特定の CloudEndpoint のハートビートを復元します。

RestoreheartbeatAsync(ICloudEndpointsOperations, String, String, String, String, CancellationToken)

特定の CloudEndpoint のハートビートを復元します。

TriggerChangeDetection(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters)

指定したAzure File Sync クラウド エンドポイントに接続されている Azure ファイル共有で実行された変更の検出をトリガーします。

TriggerChangeDetectionAsync(ICloudEndpointsOperations, String, String, String, String, TriggerChangeDetectionParameters, CancellationToken)

指定したAzure File Sync クラウド エンドポイントに接続されている Azure ファイル共有で実行された変更の検出をトリガーします。

適用対象