次の方法で共有


NetworkFabricIPExtendedCommunityCollection クラス

定義

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

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

コンストラクター

NetworkFabricIPExtendedCommunityCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, NetworkFabricIPExtendedCommunityData, CancellationToken)

IP 拡張コミュニティ PUT メソッドを実装します。

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

IP 拡張コミュニティ PUT メソッドを実装します。

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

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

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

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

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

IP 拡張コミュニティ GET メソッドを実装します。

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

リソース グループ GET メソッドによって IpExtendedCommunities リストを実装します。

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

リソース グループ GET メソッドによって IpExtendedCommunities リストを実装します。

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

IP 拡張コミュニティ GET メソッドを実装します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<NetworkFabricIPExtendedCommunityResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<NetworkFabricIPExtendedCommunityResource>.GetEnumerator()

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

適用対象