次の方法で共有


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

キャンセル トークン。

戻り値

適用対象