Database Class
Represents a Database.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.rdbms.postgresql_flexibleservers.models._models_py3.ProxyResourceDatabase
Constructor
Database(*, charset: str | None = None, collation: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
charset
Required
|
The charset of the database. |
collation
Required
|
The collation of the database. |
Keyword-Only Parameters
Name | Description |
---|---|
charset
Required
|
|
collation
Required
|
|
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
The system metadata relating to this resource. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python