Share via


MockableMaintenanceResourceGroupResource.GetUpdatesAsync Method

Definition

Get updates to resources.

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/updates
  • Operation Id: Updates_List
  • Default Api Version: 2023-10-01-preview
public virtual Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate> GetUpdatesAsync (string providerName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUpdatesAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
override this.GetUpdatesAsync : string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
Public Overridable Function GetUpdatesAsync (providerName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceUpdate)

Parameters

providerName
String

Resource provider name.

resourceType
String

Resource type.

resourceName
String

Resource identifier.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async 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.

providerName, resourceType or resourceName is null.

Applies to