Compartilhar via


NetworkManagementClientExtensions.GetBastionShareableLinkNextAsync Método

Definição

Retornar os Links Compartilháveis do Bastion para todas as VMs especificadas na solicitação.

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

Parâmetros

operations
INetworkManagementClient

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a