GeoBackupPolicy Class
A database geo backup policy.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceGeoBackupPolicy
Constructor
GeoBackupPolicy(*, state: str | GeoBackupPolicyState, **kwargs)
Parameters
Name | Description |
---|---|
state
Required
|
Required. The state of the geo backup policy. Possible values include: "Disabled", "Enabled". |
Keyword-Only Parameters
Name | Description |
---|---|
state
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
kind
|
Kind of geo backup policy. This is metadata used for the Azure portal experience. |
location
|
Backup policy location. |
storage_type
|
The storage type of the geo backup policy. |
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