RelayNamespaceResource.GetRelayPrivateLinkResource Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.