NetworkPacketBrokerCollection クラス

定義

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

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

コンストラクター

NetworkPacketBrokerCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, NetworkPacketBrokerData, CancellationToken)

ネットワーク パケット ブローカーを作成します。

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

ネットワーク パケット ブローカーを作成します。

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

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

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

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

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

このネットワーク パケット ブローカーの詳細を取得します。

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

リソース グループ GET メソッド別に NetworkPacketBrokers リストを表示します。

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

リソース グループ GET メソッド別に NetworkPacketBrokers リストを表示します。

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

このネットワーク パケット ブローカーの詳細を取得します。

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

サービスからこのリソースの詳細を取得しようとします。

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

サービスからこのリソースの詳細を取得しようとします。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<NetworkPacketBrokerResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<NetworkPacketBrokerResource>.GetEnumerator()

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

適用対象