Share via


BastionHostsOperationsExtensions.ListByResourceGroupNext Method

Definition

Lists all Bastion Hosts in a resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionHost> ListByResourceGroupNext (this Microsoft.Azure.Management.Network.IBastionHostsOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Network.IBastionHostsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionHost>
<Extension()>
Public Function ListByResourceGroupNext (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