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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python