Share via


MockableMaintenanceResourceGroupResource.GetUpdatesByParentAsync Method

Definition

Get updates to resources.

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

Parameters

providerName
String

Resource provider name.

resourceParentType
String

Resource parent type.

resourceParentName
String

Resource parent identifier.

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, resourceParentType, resourceParentName, resourceType or resourceName is an empty string, and was expected to be non-empty.

providerName, resourceParentType, resourceParentName, resourceType or resourceName is null.

Applies to