ApplyUpdatesOperationsExtensions.ListAsync Method

Definition

Get Configuration records within a subscription

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate>> ListAsync (this Microsoft.Azure.Management.Maintenance.IApplyUpdatesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Maintenance.IApplyUpdatesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate>>
<Extension()>
Public Function ListAsync (operations As IApplyUpdatesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of ApplyUpdate))

Parameters

operations
IApplyUpdatesOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to