Language

ExpressRouteLagResource.Update Method

Definition

Update ExpressRouteLag tags or identity.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteLags/{expressRouteLagName}.
  • Operation Id. : ExpressRouteLags_Update.
  • Default Api Version. : 2025-09-01.
  • Resource. : ExpressRouteLagResource.
public virtual Azure.Response<Azure.ResourceManager.Network.ExpressRouteLagResource> Update(Azure.ResourceManager.Network.Models.ExpressRouteLagPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Network.Models.ExpressRouteLagPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRouteLagResource>
override this.Update : Azure.ResourceManager.Network.Models.ExpressRouteLagPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ExpressRouteLagResource>
Public Overridable Function Update (patch As ExpressRouteLagPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ExpressRouteLagResource)

Parameters

patch
ExpressRouteLagPatch

Parameters supplied to update ExpressRouteLag resource tags or identity.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to