AzureSqlUsageAdapter.ListInstancePoolUsages Method

Definition

Returns a list of instance pool usages

public System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel> ListInstancePoolUsages (string resourceGroupName, string instancePoolName, bool? expandChildren);
member this.ListInstancePoolUsages : string * string * Nullable<bool> -> System.Collections.Generic.List<Microsoft.Azure.Commands.Sql.Usages.Models.AzureSqlUsageModel>
Public Function ListInstancePoolUsages (resourceGroupName As String, instancePoolName As String, expandChildren As Nullable(Of Boolean)) As List(Of AzureSqlUsageModel)

Parameters

resourceGroupName
String

The resource group name

instancePoolName
String

The instance pool name

expandChildren
Nullable<Boolean>

Whether to show the resource children's usage

Returns

A list of instance pool usages

Applies to