How to use the azure-mgmt-datamigration.azure.mgmt.datamigration.models.migrate_sql_server_sql_db_task_output_database_level_py3.MigrateSqlServerSqlDbTaskOutputDatabaseLevel function in azure-mgmt-datamigration

To help you get started, we’ve selected a few azure-mgmt-datamigration examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-datamigration / azure / mgmt / datamigration / models / migrate_sql_server_sql_db_task_output_database_level_py3.py View on Github external
def __init__(self, **kwargs) -> None:
        super(MigrateSqlServerSqlDbTaskOutputDatabaseLevel, self).__init__(**kwargs)
        self.database_name = None
        self.started_on = None
        self.ended_on = None
        self.state = None
        self.stage = None
        self.status_message = None
        self.message = None
        self.number_of_objects = None
        self.number_of_objects_completed = None
        self.error_count = None
        self.error_prefix = None
        self.result_prefix = None
        self.exceptions_and_warnings = None
        self.object_summary = None
        self.result_type = 'DatabaseLevelOutput'

azure-mgmt-datamigration

Microsoft Azure Data Migration Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

88 / 100
Full package analysis

Popular azure-mgmt-datamigration functions

Similar packages