次の方法で共有


SubscriptionPacketCoreControlPlaneVersionCollection クラス

定義

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

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

コンストラクター

SubscriptionPacketCoreControlPlaneVersionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • 操作IdPacketCoreControlPlaneVersions_GetBySubscription
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • 操作IdPacketCoreControlPlaneVersions_GetBySubscription
Get(String, CancellationToken)

指定したパケット コア コントロール プレーンのバージョンに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • 操作IdPacketCoreControlPlaneVersions_GetBySubscription
GetAll(CancellationToken)

サポートされているすべてのパケット コア コントロール プレーンのバージョンを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions
  • 操作IdPacketCoreControlPlaneVersions_ListBySubscription
GetAllAsync(CancellationToken)

サポートされているすべてのパケット コア コントロール プレーンのバージョンを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions
  • 操作IdPacketCoreControlPlaneVersions_ListBySubscription
GetAsync(String, CancellationToken)

指定したパケット コア コントロール プレーンのバージョンに関する情報を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • 操作IdPacketCoreControlPlaneVersions_GetBySubscription
GetIfExists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • 操作IdPacketCoreControlPlaneVersions_GetBySubscription
GetIfExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.MobileNetwork/packetCoreControlPlaneVersions/{versionName}
  • 操作IdPacketCoreControlPlaneVersions_GetBySubscription
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<SubscriptionPacketCoreControlPlaneVersionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<SubscriptionPacketCoreControlPlaneVersionResource>.GetEnumerator()

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

適用対象