Compartilhar via


NetworkManagementClientExtensions.PutBastionShareableLinkAsync Método

Definição

Cria um Bastion Shareable Links para todas as VMs especificadas na solicitação.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>> PutBastionShareableLinkAsync (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 PutBastionShareableLinkAsync : 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 PutBastionShareableLinkAsync (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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

bastionHostName
String

O nome do Bastion Host.

bslRequest
BastionShareableLinkListRequest

Postar solicitação para todos os pontos de extremidade do Bastion Shareable Link.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a