Sdílet prostřednictvím


WebAppsOperationsExtensions.ListUsagesAsync Metoda

Definice

Získá informace o využití kvóty aplikace (nebo slotu nasazení, pokud je zadaný).

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>> ListUsagesAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListUsagesAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>>
<Extension()>
Public Function ListUsagesAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmUsageQuota))

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

filter
String

Vrátí pouze informace zadané ve filtru (pomocí syntaxe OData). Příklad: $filter=(name.value eq 'Metric1' nebo name.value eq 'Metric2') a startTime eq 2014-01-01T00:00:00Z a endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour| Minuta| Den]'.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis pro Získá informace o využití kvóty aplikace (nebo slotu nasazení, pokud je zadaný).

Platí pro