Share via


NetworkManagementClientExtensions.PutBastionShareableLink Método

Definición

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

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

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.

Devoluciones

Se aplica a