ExpressRouteLagResource.MembersListAsync(String, 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 ExpressRouteLagMember sub-resources of the specified ExpressRouteLagLink resource.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteLags/{expressRouteLagName}/links/{linkName}/members.
- Operation Id. : ExpressRouteLags_MembersList.
- Default Api Version. : 2025-09-01.
- Resource. : ExpressRouteLagResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ExpressRouteLagMember> MembersListAsync(string linkName, System.Threading.CancellationToken cancellationToken = default);
abstract member MembersListAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ExpressRouteLagMember>
override this.MembersListAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.ExpressRouteLagMember>
Public Overridable Function MembersListAsync (linkName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ExpressRouteLagMember)
Parameters
- linkName
- String
The name of the express route LAG link.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ExpressRouteLagMember that may take multiple service requests to iterate over.
Exceptions
linkName is null.
linkName is an empty string, and was expected to be non-empty.