CustomLocationCollection.GetAllAsync(CancellationToken) メソッド

定義

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

public virtual Azure.AsyncPageable<Azure.ResourceManager.ExtendedLocation.CustomLocationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ExtendedLocation.CustomLocationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ExtendedLocation.CustomLocationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CustomLocationResource)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象