次の方法で共有


MobileNetworkSliceCollection クラス

定義

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

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

コンストラクター

MobileNetworkSliceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, MobileNetworkSliceData, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
  • 操作IdSlices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MobileNetworkSliceData, CancellationToken)

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

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

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

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

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

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

指定したネットワーク スライスに関する情報を取得します。

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

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

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

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

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

指定したネットワーク スライスに関する情報を取得します。

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

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

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

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MobileNetwork/mobileNetworks/{mobileNetworkName}/slices/{sliceName}
  • 操作IdSlices_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<MobileNetworkSliceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<MobileNetworkSliceResource>.GetEnumerator()

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

適用対象