AutomationAccountResource.GetSoftwareUpdateConfigurationRunsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return list of software update configuration runs
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/softwareUpdateConfigurationRuns
- Operation Id: SoftwareUpdateConfigurationRuns_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRun> GetSoftwareUpdateConfigurationRunsAsync (string clientRequestId = default, string filter = default, string skip = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSoftwareUpdateConfigurationRunsAsync : string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRun>
override this.GetSoftwareUpdateConfigurationRunsAsync : string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Automation.Models.SoftwareUpdateConfigurationRun>
Public Overridable Function GetSoftwareUpdateConfigurationRunsAsync (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 AsyncPageable(Of SoftwareUpdateConfigurationRun)
Parameters
- clientRequestId
- String
Identifies this specific client request.
- filter
- String
The filter to apply on the operation. You can use the following filters: 'properties/osType', 'properties/status', 'properties/startTime', and 'properties/softwareUpdateConfiguration/name'.
- skip
- String
Number of entries you skip before returning results.
- top
- String
Maximum number of entries returned in the results collection.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of SoftwareUpdateConfigurationRun that may take multiple service requests to iterate over.
Applies to
Azure SDK for .NET