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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python