Freigeben über


InstanceFailoverGroupCollection.GetIfExists(String, CancellationToken) 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 Azure.NullableResponse<Azure.ResourceManager.Sql.InstanceFailoverGroupResource> GetIfExists (string failoverGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.InstanceFailoverGroupResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Sql.InstanceFailoverGroupResource>
Public Overridable Function GetIfExists (failoverGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As 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