Condividi tramite


BastionHostsOperationsExtensions.ListNext Method

Definition

Lists all Bastion Hosts in a subscription.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionHost> ListNext (this Microsoft.Azure.Management.Network.IBastionHostsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.Network.IBastionHostsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionHost>
<Extension()>
Public Function ListNext (operations As IBastionHostsOperations, nextPageLink As String) As IPage(Of BastionHost)

Parameters

operations
IBastionHostsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to