SoftwareUpdateConfigurationRunsOperationsExtensions.ListByStatusAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回以指定名稱的軟體更新組態所觸發的軟體更新組態執行清單 http://aka.ms/azureautomationsdk/softwareupdateconfigurationoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult> ListByStatusAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations operations, string resourceGroupName, string automationAccountName, string status, string clientRequestId = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByStatusAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationRunsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationRunListResult>
<Extension()>
Public Function ListByStatusAsync (operations As ISoftwareUpdateConfigurationRunsOperations, resourceGroupName As String, automationAccountName As String, status As String, Optional clientRequestId As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationRunListResult)
參數
- operations
- ISoftwareUpdateConfigurationRunsOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
- automationAccountName
- String
- status
- String
執行的狀態
- clientRequestId
- String
- skip
- String
傳回結果之前略過的專案數
- top
- String
結果集合中傳回的專案數目上限
- cancellationToken
- CancellationToken
取消語彙基元。