Partilhar via


DeletedServerCollection.Exists(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 Azure.Response<bool> Exists (string deletedServerName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (deletedServerName As String, Optional cancellationToken As CancellationToken = Nothing) As 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