Share via


MySqlFlexibleServerMaintenanceCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/flexibleServers/{serverName}/maintenances/{maintenanceName}
  • Operation Id: Maintenances_Read
  • Default Api Version: 2023-10-01-preview
  • Resource: MySqlFlexibleServerMaintenanceResource
public virtual Azure.Response<bool> Exists (string maintenanceName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (maintenanceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

maintenanceName
String

The name of the maintenance.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

maintenanceName is null.

Applies to