How to use the azure-mgmt-datamigration.azure.mgmt.datamigration.models.migrate_sql_server_sql_db_task_properties.MigrateSqlServerSqlDbTaskProperties 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_properties.py View on Github external
def __init__(self, **kwargs):
        super(MigrateSqlServerSqlDbTaskProperties, self).__init__(**kwargs)
        self.input = kwargs.get('input', None)
        self.output = None
        self.task_type = 'Migrate.SqlServer.SqlDb'

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