共用方式為


AvailablePrivateEndpointTypesOperationsExtensions.ListNextAsync Method

Definition

Returns all of the resource types that can be linked to a Private Endpoint in this subscription in this region.

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

Parameters

operations
IAvailablePrivateEndpointTypesOperations

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