DatabaseInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. mysql. fluent. models. DatabaseInner
- com.
- com.
public final class DatabaseInner
extends ProxyResource
Represents a Database.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| DatabaseInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
charset()
Get the charset property: The charset of the database. |
| String |
collation()
Get the collation property: The collation of the database. |
| void |
validate()
Validates the instance. |
|
Database |
withCharset(String charset)
Set the charset property: The charset of the database. |
|
Database |
withCollation(String collation)
Set the collation property: The collation of the database. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
DatabaseInner
public DatabaseInner()
Method Details
charset
public String charset()
Get the charset property: The charset of the database.
Returns:
collation
public String collation()
Get the collation property: The collation of the database.
Returns:
validate
public void validate()
Validates the instance.
withCharset
public DatabaseInner withCharset(String charset)
Set the charset property: The charset of the database.
Parameters:
Returns:
withCollation
public DatabaseInner withCollation(String collation)
Set the collation property: The collation of the database.
Parameters:
Returns: