Compartir a través de


PrivateEndpointsOperationsExtensions.GetAsync Método

Definición

Obtiene el punto de conexión privado especificado por grupo de recursos.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PrivateEndpoint> GetAsync (this Microsoft.Azure.Management.Network.IPrivateEndpointsOperations operations, string resourceGroupName, string privateEndpointName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IPrivateEndpointsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.PrivateEndpoint>
<Extension()>
Public Function GetAsync (operations As IPrivateEndpointsOperations, resourceGroupName As String, privateEndpointName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpoint)

Parámetros

operations
IPrivateEndpointsOperations

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

resourceGroupName
String

Nombre del grupo de recursos.

privateEndpointName
String

Nombre del 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