共用方式為


SoftwareUpdateConfigurationsOperationsExtensions.ListAsync 方法

定義

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationListResult> ListAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationsOperations operations, string resourceGroupName, string automationAccountName, string clientRequestId = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationListResult>
<Extension()>
Public Function ListAsync (operations As ISoftwareUpdateConfigurationsOperations, resourceGroupName As String, automationAccountName As String, Optional clientRequestId As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationListResult)

參數

operations
ISoftwareUpdateConfigurationsOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

clientRequestId
String

識別這個特定的用戶端要求。

filter
String

要套用至作業的篩選準則。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於