Compartir a través de


NetworkManagementClientExtensions.GetBastionShareableLinkNext Método

Definición

Devuelve los vínculos que se pueden compartir de Bastion para todas las máquinas virtuales especificadas en la solicitud.

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

Parámetros

operations
INetworkManagementClient

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a