Share via


ResourceNavigationLinksOperationsExtensions.ListAsync Method

Definition

Gets a list of resource navigation links for a subnet.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ResourceNavigationLinksListResultInner> ListAsync (this Microsoft.Azure.Management.Network.Fluent.IResourceNavigationLinksOperations operations, string resourceGroupName, string virtualNetworkName, string subnetName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.Fluent.IResourceNavigationLinksOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ResourceNavigationLinksListResultInner>
<Extension()>
Public Function ListAsync (operations As IResourceNavigationLinksOperations, resourceGroupName As String, virtualNetworkName As String, subnetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceNavigationLinksListResultInner)

Parameters

operations
IResourceNavigationLinksOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

virtualNetworkName
String

The name of the virtual network.

subnetName
String

The name of the subnet.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to