Compartir a través de


NetworkManagementClient.PutBastionShareableLinkWithHttpMessagesAsync Método

Definición

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>> PutBastionShareableLinkWithHttpMessagesAsync (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 PutBastionShareableLinkWithHttpMessagesAsync : 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>>
override this.PutBastionShareableLinkWithHttpMessagesAsync : 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<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>>
Public Function PutBastionShareableLinkWithHttpMessagesAsync (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(Of IPage(Of BastionShareableLink)))

Parámetros

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.

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Implementaciones

Se aplica a