MaintenanceExtensions.GetMaintenanceApplyUpdateAsync 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.
Track maintenance updates to resource
- Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}
- Operation Id: ApplyUpdates_Get
- Default Api Version: 2023-10-01-preview
- Resource: MaintenanceApplyUpdateResource
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>> GetMaintenanceApplyUpdateAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceType, string resourceName, string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
static member GetMaintenanceApplyUpdateAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>>
<Extension()>
Public Function GetMaintenanceApplyUpdateAsync (resourceGroupResource As ResourceGroupResource, providerName As String, resourceType As String, resourceName As String, applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MaintenanceApplyUpdateResource))
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- providerName
- String
Resource provider name.
- resourceType
- String
Resource type.
- resourceName
- String
Resource identifier.
- applyUpdateName
- String
applyUpdate Id.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource
, providerName
, resourceType
, resourceName
or applyUpdateName
is null.
providerName
, resourceType
, resourceName
or applyUpdateName
is an empty string, and was expected to be non-empty.
Applies to
Azure SDK for .NET