Freigeben über


WebAppsOperationsExtensions.ListUsagesSlotAsync Methode

Definition

Ruft die Informationen zur Kontingentnutzung einer App (oder eines Bereitstellungsslots, falls angegeben) ab.

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

Parameter

operations
IWebAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name der App

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, ruft die API Kontingentinformationen des Produktionsslots ab.

filter
String

Gibt nur informationen zurück, die im Filter angegeben sind (mithilfe der OData-Syntax). Beispiel: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour| Minute| Tag]'.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Ruft die Kontingentnutzungsinformationen einer App (oder eines Bereitstellungsslots, falls angegeben) ab.

Gilt für: