Sdílet prostřednictvím


IWebAppsOperations.ListUsagesSlotWithHttpMessagesAsync Metoda

Definice

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>>> ListUsagesSlotWithHttpMessagesAsync (string resourceGroupName, string name, string slot, string filter = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListUsagesSlotWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>>>
Public Function ListUsagesSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, slot As String, Optional filter As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of CsmUsageQuota)))

Parametry

resourceGroupName
String

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

name
String

Obsahuje název aplikace.

slot
String

Název slotu nasazení. Pokud slot není zadaný, rozhraní API získá informace o kvótě produkčního slotu.

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]'.

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolána při nemožnosti deserializovat odpověď

Vyvolá se, když má požadovaný parametr hodnotu null.

Poznámky

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

Platí pro