Partager via


DeletedServerCollection.Exists(String, CancellationToken) Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}
  • IdDeletedServers_Get d’opération
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)

Paramètres

deletedServerName
String

Nom du serveur supprimé.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

deletedServerName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

deletedServerName a la valeur null.

S’applique à