Compartilhar via


PrivateEndpointConnectionOperationsExtensions.GetByName Método

Definição

Obtém os detalhes da Conexão de Ponto de Extremidade Privado especificada por seu identificador.

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

Parâmetros

operations
IPrivateEndpointConnectionOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

privateEndpointConnectionName
String

Nome da conexão de ponto de extremidade privado.

Retornos

Aplica-se a