Language

ExpressRouteLagResource.LinksGet(String, CancellationToken) Method

Definition

Retrieves the specified ExpressRouteLagLink resource.

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

Parameters

linkName
String

The name of the express route LAG link.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

linkName is null.

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

Applies to