Share via


MySqlDatabaseCollection.Get(String, CancellationToken) Method

Definition

Gets information about a database.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforMySQL/servers/{serverName}/databases/{databaseName}
  • Operation Id: Databases_Get
  • Default Api Version: 2017-12-01
  • Resource: MySqlDatabaseResource
public virtual Azure.Response<Azure.ResourceManager.MySql.MySqlDatabaseResource> Get (string databaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MySql.MySqlDatabaseResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.MySql.MySqlDatabaseResource>
Public Overridable Function Get (databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MySqlDatabaseResource)

Parameters

databaseName
String

The name of the database.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

databaseName is null.

Applies to