Compartilhar via


SqlServerCommunicationLinkCollection.GetIfExists 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 Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource> GetIfExists (string communicationLinkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.SqlServerCommunicationLinkResource>
Public Overridable Function GetIfExists (communicationLinkName As String, Optional cancellationToken As CancellationToken = Nothing) As 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