UsagesOperationsExtensions.ListByAutomationAccountAsync メソッド

定義

アカウント ID の使用状況を取得します。 http://aka.ms/azureautomationsdk/usageoperations

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.Usage>> ListByAutomationAccountAsync (this Microsoft.Azure.Management.Automation.IUsagesOperations operations, string resourceGroupName, string automationAccountName, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountAsync : Microsoft.Azure.Management.Automation.IUsagesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Automation.Models.Usage>>
<Extension()>
Public Function ListByAutomationAccountAsync (operations As IUsagesOperations, resourceGroupName As String, automationAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Usage))

パラメーター

operations
IUsagesOperations

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

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象