Freigeben über


UsagesOperationsExtensions.ListByInstancePool Methode

Definition

Ruft alle Instance Poolnutzungsmetriken ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Usage> ListByInstancePool (this Microsoft.Azure.Management.Sql.IUsagesOperations operations, string resourceGroupName, string instancePoolName, bool? expandChildren = default);
static member ListByInstancePool : Microsoft.Azure.Management.Sql.IUsagesOperations * string * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.Usage>
<Extension()>
Public Function ListByInstancePool (operations As IUsagesOperations, resourceGroupName As String, instancePoolName As String, Optional expandChildren As Nullable(Of Boolean) = Nothing) As IPage(Of Usage)

Parameter

operations
IUsagesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

instancePoolName
String

Der Name des abzurufenden instance Pools.

expandChildren
Nullable<Boolean>

Optionaler Anforderungsparameter, um verwaltete instance-Verwendungen innerhalb des instance-Pools einzuschließen.

Gibt zurück

Gilt für: