Compartilhar via


RelayNamespaceResource.GetRelayPrivateLinkResource Método

Definição

Obtém uma descrição para o nome de conexão de ponto de extremidade privado especificado.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Relay/namespaces/{namespaceName}/privateLinkResources/{privateLinkResourceName}
  • IdPrivateLinkResources_Get de operação
public virtual Azure.Response<Azure.ResourceManager.Relay.RelayPrivateLinkResource> GetRelayPrivateLinkResource (string privateLinkResourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRelayPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Relay.RelayPrivateLinkResource>
override this.GetRelayPrivateLinkResource : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Relay.RelayPrivateLinkResource>
Public Overridable Function GetRelayPrivateLinkResource (privateLinkResourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RelayPrivateLinkResource)

Parâmetros

privateLinkResourceName
String

O nome PrivateLinkResource.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

privateLinkResourceName é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

privateLinkResourceName é nulo.

Aplica-se a