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
Database |
innerModel()
Gets the inner com. |
| 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 |
resourceGroupName()
Gets the name of the resource group. |
| 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:
collation
public abstract String collation()
Gets the collation property: The collation of the database.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract DatabaseInner innerModel()
Gets the inner com.azure.resourcemanager.postgresql.fluent.models.DatabaseInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
refresh
public abstract Database refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Database refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Database.Update update()
Begins update for the Database resource.
Returns: