Share via


FailoverGroupCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/failoverGroups/{failoverGroupName}
  • Operation Id: FailoverGroups_Get
  • Default Api Version: 2023-02-01-preview
  • Resource: FailoverGroupResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.FailoverGroupResource>> GetIfExistsAsync (string failoverGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.FailoverGroupResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Sql.FailoverGroupResource>>
Public Overridable Function GetIfExistsAsync (failoverGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of FailoverGroupResource))

Parameters

failoverGroupName
String

The name of the failover group.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

failoverGroupName is null.

Applies to