CreateDatabaseRestorePointDefinition Class
Contains the information necessary to perform a create database restore point operation.
All required parameters must be populated in order to send to Azure.
Constructor
CreateDatabaseRestorePointDefinition(*, restore_point_label: str, **kwargs)
Parameters
Name | Description |
---|---|
restore_point_label
Required
|
Required. The restore point label to apply. |
Keyword-Only Parameters
Name | Description |
---|---|
restore_point_label
Required
|
|
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