Freigeben über


DeletedServerCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationName}/deletedServers/{deletedServerName}
  • Operation Id: DeletedServers_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: DeletedServerResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Sql.DeletedServerResource> GetIfExists (string deletedServerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.DeletedServerResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.DeletedServerResource>
Public Overridable Function GetIfExists (deletedServerName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DeletedServerResource)

Parameters

deletedServerName
String

The name of the deleted server.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

deletedServerName is an empty string, and was expected to be non-empty.

deletedServerName is null.

Applies to