VirtualNetworkLinksOperationsExtensions.ListAsync(IVirtualNetworkLinksOperations, String, String, Nullable<Int32>, CancellationToken) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.PrivateDns.Models.VirtualNetworkLink>> ListAsync (this Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.PrivateDns.IVirtualNetworkLinksOperations operations, string resourceGroupName, string privateZoneName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.PrivateDns.IVirtualNetworkLinksOperations * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.PrivateDns.Models.VirtualNetworkLink>>
<Extension()>
Public Function ListAsync (operations As IVirtualNetworkLinksOperations, resourceGroupName As String, privateZoneName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of VirtualNetworkLink))

Parameters

resourceGroupName
String
privateZoneName
String
cancellationToken
CancellationToken

Returns

Task<IPage<VirtualNetworkLink>>

Applies to