Freigeben über


AzureSqlUsageCommunicator.ListByInstancePool Method

Definition

Lists the instance pools usage

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

Parameters

resourceGroupName
String
instancePoolName
String
expandChildren
Nullable<Boolean>

Returns

Applies to