Partager via


NetworkManagementClientExtensions.PutBastionShareableLinkNextAsync Méthode

Définition

Crée un bastion shareable Links pour toutes les machines virtuelles spécifiées dans la demande.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>> PutBastionShareableLinkNextAsync (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member PutBastionShareableLinkNextAsync : 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 PutBastionShareableLinkNextAsync (operations As INetworkManagementClient, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BastionShareableLink))

Paramètres

operations
INetworkManagementClient

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à