MockableMaintenanceResourceGroupResource.GetUpdates 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 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.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate> GetUpdates (string providerName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetUpdates : string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
override this.GetUpdates : string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
Public Overridable Function GetUpdates (providerName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MaintenanceUpdate)
Parameters
- 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.
providerName
, resourceType
or resourceName
is null.