Compartir a través de


NetworkManagementClientExtensions.BeginPutBastionShareableLinkAsync Método

Definición

Crea vínculos compartidos de Bastion para todas las máquinas virtuales especificadas en la solicitud.

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

Parámetros

operations
INetworkManagementClient

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

bastionHostName
String

Nombre del host de Bastion.

bslRequest
BastionShareableLinkListRequest

Post request for all the Bastion Shareable Link endpoints.post request for all the Bastion Shareable Link endpoints.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a