次の方法で共有


WcfRelayCollection クラス

定義

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

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

コンストラクター

WcfRelayCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, WcfRelayData, CancellationToken)

WCF リレーを作成または更新します。 この操作はべき等です。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}
  • 操作IdWCFRelays_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, WcfRelayData, CancellationToken)

WCF リレーを作成または更新します。 この操作はべき等です。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}
  • 操作IdWCFRelays_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}
  • 操作IdWCFRelays_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}
  • 操作IdWCFRelays_Get
Get(String, CancellationToken)

指定した WCF リレーの説明を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}
  • 操作IdWCFRelays_Get
GetAll(CancellationToken)

名前空間内の WCF リレーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays
  • 操作IdWCFRelays_ListByNamespace
GetAllAsync(CancellationToken)

名前空間内の WCF リレーを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays
  • 操作IdWCFRelays_ListByNamespace
GetAsync(String, CancellationToken)

指定した WCF リレーの説明を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/wcfRelays/{relayName}
  • 操作IdWCFRelays_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<WcfRelayResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<WcfRelayResource>.GetEnumerator()

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

適用対象