VirtualNetworkLinksOperationsExtensions.ListAsync(IVirtualNetworkLinksOperations, String, String, Nullable<Int32>, 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.
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
- operations
- IVirtualNetworkLinksOperations
- resourceGroupName
- String
- privateZoneName
- String
- cancellationToken
- CancellationToken