SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListByCorrelationId 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回對應至具有指定相互關聯識別碼之軟體更新組態執行之軟體更新組態機器執行的清單 http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations
public static Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult ListByCorrelationId (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, Guid correlationId, string clientRequestId = default, string skip = default, string top = default);
static member ListByCorrelationId : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * Guid * string * string * string -> Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult
<Extension()>
Public Function ListByCorrelationId (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) As SoftwareUpdateConfigurationMachineRunListResult
參數
這個擴充方法的作業群組。
- resourceGroupName
- String
- automationAccountName
- String
- correlationId
- Guid
父軟體更新組態執行的識別碼
- clientRequestId
- String
- skip
- String
傳回結果之前略過的專案數
- top
- String
結果集合中傳回的專案數目上限