次の方法で共有


RunbookOperationsExtensions.ListAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookListResponse> ListAsync (this Microsoft.Azure.Management.Automation.IRunbookOperations operations, string resourceGroupName, string automationAccount);
static member ListAsync : Microsoft.Azure.Management.Automation.IRunbookOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.RunbookListResponse>
<Extension()>
Public Function ListAsync (operations As IRunbookOperations, resourceGroupName As String, automationAccount As String) As Task(Of RunbookListResponse)

パラメーター

operations
IRunbookOperations
resourceGroupName
String
automationAccount
String

戻り値

適用対象