AzureSqlUsageAdapter.ListInstancePoolUsages Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
A list of instance pool usages