Partager via


UsagesOperationsExtensions.ListByLocation Méthode

Définition

Obtient la liste des utilisations.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Usage> ListByLocation(this Microsoft.Azure.Management.LabServices.IUsagesOperations operations, string location, string filter = default);
static member ListByLocation : Microsoft.Azure.Management.LabServices.IUsagesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.LabServices.Models.Usage>
<Extension()>
Public Function ListByLocation (operations As IUsagesOperations, location As String, Optional filter As String = Nothing) As IPage(Of Usage)

Paramètres

operations
IUsagesOperations

Groupe d’opérations pour cette méthode d’extension.

location
String

Nom de l’emplacement.

filter
String

Filtre à appliquer à l’opération.

Retours

Remarques

Retourne la liste d’utilisation par famille de références SKU pour l’abonnement spécifié dans la région spécifiée.

S’applique à