MaintenanceGroupApplyUpdateCollection.GetAsync Method

Definition

Track maintenance updates to resource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}.
  • Operation Id. : ApplyUpdateOperationGroup_Get.
  • Default Api Version. : 2023-10-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>> GetAsync(string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>>
Public Overridable Function GetAsync (applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MaintenanceGroupApplyUpdateResource))

Parameters

applyUpdateName
String

The name of the ApplyUpdate.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

applyUpdateName is null.

applyUpdateName is an empty string, and was expected to be non-empty.

Applies to