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