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. |
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