MockableMaintenanceArmClient.GetMaintenanceGroupApplyUpdate Method

Definition

Track maintenance updates to resource.

public virtual Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource> GetMaintenanceGroupApplyUpdate(Azure.Core.ResourceIdentifier scope, string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMaintenanceGroupApplyUpdate : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>
override this.GetMaintenanceGroupApplyUpdate : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>
Public Overridable Function GetMaintenanceGroupApplyUpdate (scope As ResourceIdentifier, applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceGroupApplyUpdateResource)

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

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