Condividi tramite


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

Constructor

CreateDatabaseRestorePointDefinition(*, restore_point_label: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
restore_point_label
str

The restore point label to apply. Required.

Variables

Name Description
restore_point_label
str

The restore point label to apply. Required.