共用方式為


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListByCorrelationIdAsync 方法

定義

傳回與指定相互關聯識別碼之軟體更新組態執行對應的軟體更新組態機器執行清單 http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult> ListByCorrelationIdAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, Guid correlationId, string clientRequestId = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByCorrelationIdAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * Guid * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult>
<Extension()>
Public Function ListByCorrelationIdAsync (operations As ISoftwareUpdateConfigurationMachineRunsOperations, resourceGroupName As String, automationAccountName As String, correlationId As Guid, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationMachineRunListResult)

參數

operations
ISoftwareUpdateConfigurationMachineRunsOperations

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

resourceGroupName
String
automationAccountName
String
correlationId
Guid

父軟體更新組態執行的識別碼

clientRequestId
String
skip
String

傳回結果之前略過的專案數

top
String

結果集合中傳回的專案數目上限

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於