次の方法で共有


NetworkFabricInternetGatewayRuleCollection クラス

定義

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

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

コンストラクター

NetworkFabricInternetGatewayRuleCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, NetworkFabricInternetGatewayRuleData, CancellationToken)

Internet Gateway ルール リソースを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • 操作IdInternetGatewayRules_Create
CreateOrUpdateAsync(WaitUntil, String, NetworkFabricInternetGatewayRuleData, CancellationToken)

Internet Gateway ルール リソースを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • 操作IdInternetGatewayRules_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • 操作IdInternetGatewayRules_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • 操作IdInternetGatewayRules_Get
Get(String, CancellationToken)

Internet Gateway ルール リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • 操作IdInternetGatewayRules_Get
GetAll(CancellationToken)

リソース グループ GET メソッド別に Internet Gateway ルール リストを実装します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • 操作IdInternetGatewayRules_ListByResourceGroup
GetAllAsync(CancellationToken)

リソース グループ GET メソッド別に Internet Gateway ルール リストを実装します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules
  • 操作IdInternetGatewayRules_ListByResourceGroup
GetAsync(String, CancellationToken)

Internet Gateway ルール リソースを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • 操作IdInternetGatewayRules_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • 操作IdInternetGatewayRules_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • 操作IdInternetGatewayRules_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<NetworkFabricInternetGatewayRuleResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<NetworkFabricInternetGatewayRuleResource>.GetEnumerator()

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

適用対象