Sdílet prostřednictvím


WebAppsOperationsExtensions.ListUsagesSlotAsync 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>> ListUsagesSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListUsagesSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>>
<Extension()>
Public Function ListUsagesSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot 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.

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

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