Compartir a través de


NetworkManagementClientExtensions.DeleteBastionShareableLinkAsync Método

Definición

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

public static System.Threading.Tasks.Task DeleteBastionShareableLinkAsync (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 DeleteBastionShareableLinkAsync : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteBastionShareableLinkAsync (operations As INetworkManagementClient, resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, Optional cancellationToken As CancellationToken = Nothing) As Task

Parámetros

operations
INetworkManagementClient

El grupo de operaciones de 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