AppServiceEnvironmentsOperationsExtensions.ListUsagesAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobieranie globalnych metryk użycia App Service Environment.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>> ListUsagesAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListUsagesAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * 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 IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmUsageQuota))
Parametry
- operations
- IAppServiceEnvironmentsOperations
Grupa operacji dla tej metody rozszerzenia.
- resourceGroupName
- String
Nazwa grupy zasobów, do której należy zasób.
- name
- String
Nazwa App Service Environment.
- filter
- String
Zwracaj tylko użycie/metryki określone w filtrze. Filtr jest zgodny ze składnią odata. Przykład: $filter=(name.value eq 'Metric1' lub name.value eq 'Metric2') i startTime eq 2014-01-01T00:00:00Z i endTime eq 2014-12-31T23:59:59Z i timeGrain eq'[Hour| Minuta| Dzień]".
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis pobierania globalnych metryk użycia App Service Environment.
Dotyczy
Azure SDK for .NET