Compartilhar via


INetworkManagementClient.BeginDeleteBastionShareableLinkWithHttpMessagesAsync Método

Definição

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse> BeginDeleteBastionShareableLinkWithHttpMessagesAsync (string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginDeleteBastionShareableLinkWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse>
Public Function BeginDeleteBastionShareableLinkWithHttpMessagesAsync (resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse)

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

bastionHostName
String

O nome do Bastion Host.

bslRequest
BastionShareableLinkListRequest

Pós-solicitação para todos os pontos de extremidade do Bastion Shareable Link.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a