Partilhar via


DeletedServerCollection.ExistsAsync(String, CancellationToken) Método

Definição

Verifica se o recurso existe no azure.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}
  • Operação IdDeletedServers_Get
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (string deletedServerName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (deletedServerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Parâmetros

deletedServerName
String

O nome do servidor excluído.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

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

deletedServerName é nulo.

Aplica-se a