MaintenanceExtensions.GetUpdates Method

Definition

Get updates to resources.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/updates
  • Operation Id: Updates_List
public static Azure.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate> GetUpdates (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetUpdates : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
<Extension()>
Public Function GetUpdates (resourceGroupResource As ResourceGroupResource, providerName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MaintenanceUpdate)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

providerName
String

Resource provider name.

resourceType
String

Resource type.

resourceName
String

Resource identifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of MaintenanceUpdate that may take multiple service requests to iterate over.

Exceptions

providerName, resourceType or resourceName is an empty string, and was expected to be non-empty.

resourceGroupResource, providerName, resourceType or resourceName is null.

Applies to