다음을 통해 공유


UsagesOperationsExtensions.ListByAutomationAccount 메서드

정의

계정 ID의 사용량을 검색합니다. http://aka.ms/azureautomationsdk/usageoperations

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Automation.Models.Usage> ListByAutomationAccount (this Microsoft.Azure.Management.Automation.IUsagesOperations operations, string resourceGroupName, string automationAccountName);
static member ListByAutomationAccount : Microsoft.Azure.Management.Automation.IUsagesOperations * string * string -> seq<Microsoft.Azure.Management.Automation.Models.Usage>
<Extension()>
Public Function ListByAutomationAccount (operations As IUsagesOperations, resourceGroupName As String, automationAccountName As String) As IEnumerable(Of Usage)

매개 변수

operations
IUsagesOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

반환

적용 대상