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