CustomLocationCollection クラス

定義

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

public class CustomLocationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.ExtendedLocation.CustomLocationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ExtendedLocation.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)

指定したサブスクリプションとリソース グループ要求パス (/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} 操作 ID: CustomLocations_CreateOrUpdate

CreateOrUpdateAsync(WaitUntil, String, CustomLocationData, CancellationToken)

指定したサブスクリプションとリソース グループ要求パス (/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} 操作 ID: CustomLocations_CreateOrUpdate

Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} 操作 ID: CustomLocations_Get

ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} 操作 ID: CustomLocations_Get

Get(String, CancellationToken)

指定したリソース グループと名前を持つ customLocation の詳細を取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} 操作 ID: CustomLocations_Get

GetAll(CancellationToken)

指定したサブスクリプションとリソース グループ内のカスタムの場所の一覧を取得します。 操作は、各カスタムの場所のプロパティを返します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations 操作 ID: CustomLocations_ListByResourceGroup

GetAllAsync(CancellationToken)

指定したサブスクリプションとリソース グループ内のカスタムの場所の一覧を取得します。 操作は、各カスタムの場所のプロパティを返します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations 操作 ID: CustomLocations_ListByResourceGroup

GetAsync(String, CancellationToken)

指定したリソース グループと名前を持つ customLocation の詳細を取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ExtendedLocation/customLocations/{resourceName} 操作 ID: CustomLocations_Get

TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<CustomLocationResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<CustomLocationResource>.GetEnumerator()

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

適用対象