MockableMaintenanceSubscriptionResource.GetMaintenanceGroupApplyUpdatesAsync 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.
Get Configuration records within a subscription
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/applyUpdates.
- Operation Id. : ApplyUpdateOperationGroup_List.
- Default Api Version. : 2023-10-01-preview.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource> GetMaintenanceGroupApplyUpdatesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetMaintenanceGroupApplyUpdatesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>
override this.GetMaintenanceGroupApplyUpdatesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>
Public Overridable Function GetMaintenanceGroupApplyUpdatesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceGroupApplyUpdateResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MaintenanceGroupApplyUpdateResource that may take multiple service requests to iterate over.