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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python