Partager via


DeletedServersOperationsExtensions.GetAsync Méthode

Définition

Obtient un serveur supprimé.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.DeletedServer> GetAsync (this Microsoft.Azure.Management.Sql.IDeletedServersOperations operations, string locationName, string deletedServerName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Sql.IDeletedServersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.Models.DeletedServer>
<Extension()>
Public Function GetAsync (operations As IDeletedServersOperations, locationName As String, deletedServerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DeletedServer)

Paramètres

operations
IDeletedServersOperations

Groupe d’opérations pour cette méthode d’extension.

locationName
String

Nom de la région où se trouve la ressource.

deletedServerName
String

Nom du serveur supprimé.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à