Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.Get Método

Definição

Obtém uma descrição para a conexão de ponto de extremidade privado especificada. https://msdn.microsoft.com/en-us/library/azure/mt639379.aspx

public static Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection Get (this Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName);
static member Get : Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations * string * string * string -> Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection
<Extension()>
Public Function Get (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String) As PrivateEndpointConnection

Parâmetros

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Nome do grupo de recursos na assinatura do Azure.

namespaceName
String

O nome do namespace

privateEndpointConnectionName
String

O nome PrivateEndpointConnection

Retornos

Aplica-se a