NetworkManagementClientExtensions.GetBastionShareableLink Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve los vínculos que se pueden compartir de Bastion para todas las máquinas virtuales especificadas en la solicitud.
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
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
Azure SDK for .NET