Freigeben über


InstanceFailoverGroupCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

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

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