次の方法で共有


StorageSyncGroupCollection クラス

定義

のコレクション StorageSyncGroupResource とその操作を表すクラス。 コレクション内の各 StorageSyncGroupResource は、 の同じインスタンス StorageSyncServiceResourceに属します。 インスタンスを StorageSyncGroupCollection 取得するには、 のインスタンス StorageSyncServiceResourceから GetStorageSyncGroups メソッドを呼び出します。

public class StorageSyncGroupCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.StorageSync.StorageSyncGroupResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.StorageSync.StorageSyncGroupResource>
type StorageSyncGroupCollection = class
    inherit ArmCollection
    interface seq<StorageSyncGroupResource>
    interface IEnumerable
    interface IAsyncEnumerable<StorageSyncGroupResource>
Public Class StorageSyncGroupCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of StorageSyncGroupResource), IEnumerable(Of StorageSyncGroupResource)
継承
StorageSyncGroupCollection
実装

コンストラクター

StorageSyncGroupCollection()

モック作成のために クラスの StorageSyncGroupCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StorageSyncGroupCreateOrUpdateContent, CancellationToken)

新しい SyncGroup を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}
  • 操作IdSyncGroups_Create
CreateOrUpdateAsync(WaitUntil, String, StorageSyncGroupCreateOrUpdateContent, CancellationToken)

新しい SyncGroup を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}
  • 操作IdSyncGroups_Create
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}
  • 操作IdSyncGroups_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}
  • 操作IdSyncGroups_Get
Get(String, CancellationToken)

特定の SyncGroup を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}
  • 操作IdSyncGroups_Get
GetAll(CancellationToken)

SyncGroup リストを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups
  • 操作IdSyncGroups_ListByStorageSyncService
GetAllAsync(CancellationToken)

SyncGroup リストを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups
  • 操作IdSyncGroups_ListByStorageSyncService
GetAsync(String, CancellationToken)

特定の SyncGroup を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageSync/storageSyncServices/{storageSyncServiceName}/syncGroups/{syncGroupName}
  • 操作IdSyncGroups_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<StorageSyncGroupResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<StorageSyncGroupResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象