MaintenanceExtensions.GetMaintenanceApplyUpdatesAsync Method

Definition

Overloads

Name Description
GetMaintenanceApplyUpdatesAsync(SubscriptionResource, CancellationToken)

Get Configuration records within a subscription.

GetMaintenanceApplyUpdatesAsync(ResourceGroupResource, CancellationToken)

Get Configuration records within a subscription and resource group.

GetMaintenanceApplyUpdatesAsync(SubscriptionResource, CancellationToken)

Source:
MaintenanceExtensions.cs
Source:
MaintenanceExtensions.cs

Get Configuration records within a subscription.

public static Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetMaintenanceApplyUpdatesAsync(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMaintenanceApplyUpdatesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function GetMaintenanceApplyUpdatesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceApplyUpdateResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MaintenanceApplyUpdateResource that may take multiple service requests to iterate over.

Exceptions

subscriptionResource is null.

Applies to

GetMaintenanceApplyUpdatesAsync(ResourceGroupResource, CancellationToken)

Source:
MaintenanceExtensions.cs
Source:
MaintenanceExtensions.cs

Get Configuration records within a subscription and resource group.

public static Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetMaintenanceApplyUpdatesAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, System.Threading.CancellationToken cancellationToken = default);
static member GetMaintenanceApplyUpdatesAsync : Azure.ResourceManager.Resources.ResourceGroupResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
<Extension()>
Public Function GetMaintenanceApplyUpdatesAsync (resourceGroupResource As ResourceGroupResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceApplyUpdateResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of MaintenanceApplyUpdateResource that may take multiple service requests to iterate over.

Exceptions

resourceGroupResource is null.

Applies to