Compartir a través de


NetworkManagementClientExtensions.GetBastionShareableLinkAsync Método

Definición

Devuelve los vínculos que se pueden compartir de Bastion para todas las máquinas virtuales especificadas en la solicitud.

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

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.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a