Compartilhar via


NetworkManagementClientExtensions.PutBastionShareableLink Método

Definição

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink> PutBastionShareableLink (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest);
static member PutBastionShareableLink : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>
<Extension()>
Public Function PutBastionShareableLink (operations As INetworkManagementClient, resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest) As 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.

Retornos

Aplica-se a