Compartilhar via


NetworkManagementClientExtensions.GetBastionShareableLink Método

Definição

Retornar os Links Compartilháveis do Bastion para todas as VMs especificadas na solicitação.

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

Pós-solicitação para todos os pontos de extremidade do Bastion Shareable Link.

Retornos

Aplica-se a