SoftwareUpdateConfigurationMachineRunsOperationsExtensions.ListAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult> ListAsync (this Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations operations, string resourceGroupName, string automationAccountName, string clientRequestId = default, string filter = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Automation.ISoftwareUpdateConfigurationMachineRunsOperations * string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SoftwareUpdateConfigurationMachineRunListResult>
<Extension()>
Public Function ListAsync (operations As ISoftwareUpdateConfigurationMachineRunsOperations, resourceGroupName As String, automationAccountName As String, Optional clientRequestId As String = Nothing, Optional filter As String = Nothing, Optional skip As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SoftwareUpdateConfigurationMachineRunListResult)
參數
這個擴充方法的作業群組。
- resourceGroupName
- String
Azure 資源群組的名稱。
- automationAccountName
- String
自動化帳戶的名稱。
- clientRequestId
- String
識別這個特定的用戶端要求。
- filter
- String
要套用至作業的篩選。 您可以使用下列篩選:'properties/osType'、'properties/status'、'properties/startTime'和 'properties/softwareUpdateConfiguration/name'
- skip
- String
傳回結果之前略過的專案數
- top
- String
結果集合中傳回的專案數目上限
- cancellationToken
- CancellationToken
取消語彙基元。