Database Interface

public interface Database

An immutable client-side representation of Database.

Method Summary

Modifier and Type Method and Description
abstract String charset()

Gets the charset property: The charset of the database.

abstract String collation()

Gets the collation property: The collation of the database.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract DatabaseInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.DatabaseInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract Database refresh()

Refreshes the resource to sync with Azure.

abstract Database refresh(Context context)

Refreshes the resource to sync with Azure.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the Database resource.

Method Details

charset

public abstract String charset()

Gets the charset property: The charset of the database.

Returns:

the charset value.

collation

public abstract String collation()

Gets the collation property: The collation of the database.

Returns:

the collation value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract DatabaseInner innerModel()

Gets the inner com.azure.resourcemanager.mysql.fluent.models.DatabaseInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

refresh

public abstract Database refresh()

Refreshes the resource to sync with Azure.

Returns:

the refreshed resource.

refresh

public abstract Database refresh(Context context)

Refreshes the resource to sync with Azure.

Parameters:

context - The context to associate with this operation.

Returns:

the refreshed resource.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract Database.Update update()

Begins update for the Database resource.

Returns:

the stage of resource update.

Applies to