次の方法で共有


ProximityPlacementGroupsOperationsExtensions.ListBySubscriptionAsync メソッド

定義

サブスクリプション内のすべての近接配置グループを一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroup>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Compute.IProximityPlacementGroupsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Compute.IProximityPlacementGroupsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroup>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IProximityPlacementGroupsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProximityPlacementGroup))

パラメーター

operations
IProximityPlacementGroupsOperations

この拡張メソッドの操作グループ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象