次の方法で共有


StorageSyncServicesOperationsExtensions クラス

定義

StorageSyncServicesOperations の拡張メソッド。

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

メソッド

BeginCreate(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

新しい StorageSyncService を作成します。

BeginCreateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters, CancellationToken)

新しい StorageSyncService を作成します。

BeginDelete(IStorageSyncServicesOperations, String, String)

特定の StorageSyncService を削除します。

BeginDeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

特定の StorageSyncService を削除します。

BeginUpdate(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

特定の StorageSyncService にパッチを適用します。

BeginUpdateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters, CancellationToken)

特定の StorageSyncService にパッチを適用します。

CheckNameAvailability(IStorageSyncServicesOperations, String, String)

名前空間名の可用性を確認します。

CheckNameAvailabilityAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

名前空間名の可用性を確認します。

Create(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters)

新しい StorageSyncService を作成します。

CreateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceCreateParameters, CancellationToken)

新しい StorageSyncService を作成します。

Delete(IStorageSyncServicesOperations, String, String)

特定の StorageSyncService を削除します。

DeleteAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

特定の StorageSyncService を削除します。

Get(IStorageSyncServicesOperations, String, String)

特定の StorageSyncService を取得します。

GetAsync(IStorageSyncServicesOperations, String, String, CancellationToken)

特定の StorageSyncService を取得します。

ListByResourceGroup(IStorageSyncServicesOperations, String)

リソース グループ名で StorageSyncService リストを取得します。

ListByResourceGroupAsync(IStorageSyncServicesOperations, String, CancellationToken)

リソース グループ名で StorageSyncService リストを取得します。

ListBySubscription(IStorageSyncServicesOperations)

サブスクリプション別の StorageSyncService リストを取得します。

ListBySubscriptionAsync(IStorageSyncServicesOperations, CancellationToken)

サブスクリプション別の StorageSyncService リストを取得します。

Update(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters)

特定の StorageSyncService にパッチを適用します。

UpdateAsync(IStorageSyncServicesOperations, String, String, StorageSyncServiceUpdateParameters, CancellationToken)

特定の StorageSyncService にパッチを適用します。

適用対象