Compartilhar via


PrivateEndpointConnectionsOperationsExtensions.GetAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection> GetAsync (this Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string namespaceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ServiceBus.IPrivateEndpointConnectionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.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 na assinatura do Azure.

namespaceName
String

O nome do namespace

privateEndpointConnectionName
String

O nome PrivateEndpointConnection

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a