次の方法で共有


CustomLocationCollection クラス

定義

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

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

コンストラクター

CustomLocationCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CustomLocationData, CancellationToken)

指定したサブスクリプションとリソース グループのカスタムの場所を作成または更新します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}
  • 操作IdCustomLocations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, CustomLocationData, CancellationToken)

指定したサブスクリプションとリソース グループのカスタムの場所を作成または更新します

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}
  • 操作IdCustomLocations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}
  • 操作IdCustomLocations_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}
  • 操作IdCustomLocations_Get
Get(String, CancellationToken)

指定したリソース グループと名前を持つ customLocation の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}
  • 操作IdCustomLocations_Get
GetAll(CancellationToken)

指定したサブスクリプションとリソース グループ内のカスタムの場所の一覧を取得します。 操作は、各カスタムの場所のプロパティを返します。

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

指定したサブスクリプションとリソース グループ内のカスタムの場所の一覧を取得します。 操作は、各カスタムの場所のプロパティを返します。

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

指定したリソース グループと名前を持つ customLocation の詳細を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName}
  • 操作IdCustomLocations_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CustomLocationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CustomLocationResource>.GetEnumerator()

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

適用対象