Compartir a través de


PrivateEndpointConnectionOperationsExtensions.GetPrivateLinkResource Método

Definición

Descripción de obtiene los recursos de private link.

public static Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkResource GetPrivateLinkResource (this Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations operations, string resourceGroupName, string serviceName, string privateLinkSubResourceName);
static member GetPrivateLinkResource : Microsoft.Azure.Management.ApiManagement.IPrivateEndpointConnectionOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.PrivateLinkResource
<Extension()>
Public Function GetPrivateLinkResource (operations As IPrivateEndpointConnectionOperations, resourceGroupName As String, serviceName As String, privateLinkSubResourceName As String) As PrivateLinkResource

Parámetros

operations
IPrivateEndpointConnectionOperations

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

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

privateLinkSubResourceName
String

Nombre del recurso de vínculo privado.

Devoluciones

Se aplica a