ExpressRouteLagResource.LinksList(CancellationToken) 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.
Retrieve the ExpressRouteLagLink sub-resources of the specified ExpressRouteLag resource.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteLags/{expressRouteLagName}/links.
- Operation Id. : ExpressRouteLags_LinksList.
- Default Api Version. : 2025-09-01.
- Resource. : ExpressRouteLagResource.
public virtual Azure.Pageable<Azure.ResourceManager.Network.Models.ExpressRouteLagLink> LinksList(System.Threading.CancellationToken cancellationToken = default);
abstract member LinksList : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.ExpressRouteLagLink>
override this.LinksList : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.ExpressRouteLagLink>
Public Overridable Function LinksList (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ExpressRouteLagLink)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ExpressRouteLagLink that may take multiple service requests to iterate over.