次の方法で共有


ProfilesOperationsExtensions.ListAsync メソッド

定義

Azure サブスクリプション内のすべての CDN プロファイルを一覧表示します。

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

パラメーター

operations
IProfilesOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象