Compartir a través de


PrivateLinkServicesOperationsExtensions.GetPrivateEndpointConnectionAsync Método

Definición

Obtenga la conexión de punto de conexión privado específica mediante un servicio de vínculo privado específico en el grupo de recursos.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner> GetPrivateEndpointConnectionAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, string peConnectionName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPrivateEndpointConnectionAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner>
<Extension()>
Public Function GetPrivateEndpointConnectionAsync (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, peConnectionName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnectionInner)

Parámetros

operations
IPrivateLinkServicesOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio private link.

peConnectionName
String

Nombre de la conexión de punto de conexión privado.

expand
String

Expande los recursos a los que se hace referencia.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a