WcfRelayAuthorizationRuleCollection クラス

定義

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

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

コンストラクター

WcfRelayAuthorizationRuleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, RelayAuthorizationRuleData, CancellationToken)

WCF リレーの承認規則を作成または更新します。

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

WCF リレーの承認規則を作成または更新します。

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

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

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

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

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

WCF リレーの authorizationRule を名前で取得します。

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

WCF リレーの承認規則。

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

WCF リレーの承認規則。

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

WCF リレーの authorizationRule を名前で取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<WcfRelayAuthorizationRuleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<WcfRelayAuthorizationRuleResource>.GetEnumerator()

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

適用対象