次の方法で共有


StorageSyncServerEndpointCollection クラス

定義

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

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

コンストラクター

StorageSyncServerEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, StorageSyncServerEndpointCreateOrUpdateContent, CancellationToken)

新しい ServerEndpoint を作成します。

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

新しい ServerEndpoint を作成します。

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

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

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

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

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

ServerEndpoint を取得します。

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

ServerEndpoint リストを取得します。

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

ServerEndpoint リストを取得します。

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

ServerEndpoint を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<StorageSyncServerEndpointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<StorageSyncServerEndpointResource>.GetEnumerator()

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

適用対象