ExpressRouteLagResource.UpdateAsync 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.
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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRouteLagResource>> UpdateAsync(Azure.ResourceManager.Network.Models.ExpressRouteLagPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Network.Models.ExpressRouteLagPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRouteLagResource>>
override this.UpdateAsync : Azure.ResourceManager.Network.Models.ExpressRouteLagPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Network.ExpressRouteLagResource>>
Public Overridable Function UpdateAsync (patch As ExpressRouteLagPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.