Compartilhar via


SqlServerCommunicationLinkCollection.GetIfExistsAsync Método

Definição

Tenta obter detalhes para esse recurso do serviço.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/communicationLinks/{communicationLinkName}
  • Operação IdServerCommunicationLinks_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>> GetIfExistsAsync (string communicationLinkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>>
Public Overridable Function GetIfExistsAsync (communicationLinkName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SqlServerCommunicationLinkResource))

Parâmetros

communicationLinkName
String

O nome do link de comunicação do servidor.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

communicationLinkName é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.

communicationLinkName é nulo.

Aplica-se a