Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.GetAsync Método

Definição

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection> GetAsync (this Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.EventHub.IPrivateEndpointConnectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.EventHub.Models.PrivateEndpointConnection>
<Extension()>
Public Function GetAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, namespaceName As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)

Parâmetros

operations
IPrivateEndpointConnectionsOperations

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

resourceGroupName
String

Nome do grupo de recursos dentro da assinatura do azure.

namespaceName
String

O nome do namespace

privateEndpointConnectionName
String

O nome PrivateEndpointConnection

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a