次の方法で共有


ExtendedLocationExtensions.GetCustomLocations メソッド

定義

オーバーロード

GetCustomLocations(ResourceGroupResource)

ResourceGroupResource 内の CustomLocationResources のコレクションを取得します。

GetCustomLocations(SubscriptionResource, CancellationToken)

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

GetCustomLocations(ResourceGroupResource)

Source:
ExtendedLocationExtensions.cs

ResourceGroupResource 内の CustomLocationResources のコレクションを取得します。

public static Azure.ResourceManager.ExtendedLocation.CustomLocationCollection GetCustomLocations (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetCustomLocations : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ExtendedLocation.CustomLocationCollection
<Extension()>
Public Function GetCustomLocations (resourceGroupResource As ResourceGroupResource) As CustomLocationCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行されるインスタンス。

戻り値

CustomLocationResources のコレクションとその CustomLocationResource に対する操作を表す オブジェクト。

適用対象

GetCustomLocations(SubscriptionResource, CancellationToken)

Source:
ExtendedLocationExtensions.cs

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

public static Azure.Pageable<Azure.ResourceManager.ExtendedLocation.CustomLocationResource> GetCustomLocations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetCustomLocations : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ExtendedLocation.CustomLocationResource>
<Extension()>
Public Function GetCustomLocations (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CustomLocationResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の CustomLocationResource サービス要求を受け取る可能性がある のコレクション。

適用対象