次の方法で共有


CloudEndpointCollection クラス

定義

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

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

コンストラクター

CloudEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CloudEndpointCreateOrUpdateContent, CancellationToken)

新しい CloudEndpoint を作成します。

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

新しい CloudEndpoint を作成します。

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

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

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

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

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

特定の CloudEndpoint を取得します。

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

CloudEndpoint リストを取得します。

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

CloudEndpoint リストを取得します。

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

特定の CloudEndpoint を取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CloudEndpointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CloudEndpointResource>.GetEnumerator()

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

適用対象