MobileNetworkSiteCollection クラス

定義

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

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

コンストラクター

MobileNetworkSiteCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MobileNetworkSiteData, CancellationToken)

モバイル ネットワーク サイトを作成または更新します。 親モバイル ネットワークと同じ場所に作成する必要があります。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • 操作IdSites_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MobileNetworkSiteData, CancellationToken)

モバイル ネットワーク サイトを作成または更新します。 親モバイル ネットワークと同じ場所に作成する必要があります。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • 操作IdSites_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • 操作IdSites_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • 操作IdSites_Get
Get(String, CancellationToken)

指定したモバイル ネットワーク サイトに関する情報を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • 操作IdSites_Get
GetAll(CancellationToken)

モバイル ネットワーク内のすべてのサイトを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites
  • 操作IdSites_ListByMobileNetwork
GetAllAsync(CancellationToken)

モバイル ネットワーク内のすべてのサイトを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites
  • 操作IdSites_ListByMobileNetwork
GetAsync(String, CancellationToken)

指定したモバイル ネットワーク サイトに関する情報を取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • 操作IdSites_Get
GetIfExists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • 操作IdSites_Get
GetIfExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/sites/{siteName}
  • 操作IdSites_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MobileNetworkSiteResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MobileNetworkSiteResource>.GetEnumerator()

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

適用対象