MaintenanceGroupApplyUpdateCollection.Get(String, CancellationToken) 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 Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource> Get(string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>
Public Overridable Function Get (applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As 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