次の方法で共有


UsagesOperationsExtensions.ListByInstancePool メソッド

定義

すべてのインスタンス プールの使用状況メトリックを取得します

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)

パラメーター

operations
IUsagesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

instancePoolName
String

取得するインスタンス プールの名前。

expandChildren
Nullable<Boolean>

インスタンス プール内にマネージド インスタンスの使用状況を含める省略可能な要求パラメーター。

戻り値

適用対象