次の方法で共有


UsagesOperationsExtensions.ListByInstancePoolAsync メソッド

定義

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

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

パラメーター

operations
IUsagesOperations

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

resourceGroupName
String

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

instancePoolName
String

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

expandChildren
Nullable<Boolean>

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象