次の方法で共有


CustomLocationCollection.GetAll(CancellationToken) メソッド

定義

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

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

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象