共用方式為


ProfilesOperationsExtensions.ListResourceUsageAsync 方法

定義

檢查指定 CDN 設定檔下端點的配額和實際使用量。

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

參數

operations
IProfilesOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 訂用帳戶內的資源組名。

profileName
String

資源群組內唯一的 CDN 設定檔名稱。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於