다음을 통해 공유


SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListByCorrelationIdAsync 메서드

정의

지정된 상관 관계 ID를 사용하여 소프트웨어 업데이트 구성 실행에 해당하는 소프트웨어 업데이트 구성 머신 실행의 반환 목록 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

부모 소프트웨어 업데이트 구성 실행의 ID

clientRequestId
String
skip
String

결과를 반환하기 전에 건너뛰는 항목 수

top
String

결과 컬렉션에 반환된 최대 항목 수

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상