Share via


WorkloadNetworksOperationsExtensions.ListGatewaysNextAsync Method

Definition

List of gateways in a private cloud workload network.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway>> ListGatewaysNextAsync (this Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListGatewaysNextAsync : Microsoft.Azure.Management.Avs.IWorkloadNetworksOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.WorkloadNetworkGateway>>
<Extension()>
Public Function ListGatewaysNextAsync (operations As IWorkloadNetworksOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkloadNetworkGateway))

Parameters

operations
IWorkloadNetworksOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to