Struct azure_mgmt_datamigration::package_preview_2022_01::models::MigrateSqlServerSqlMiSyncTaskInput
source · pub struct MigrateSqlServerSqlMiSyncTaskInput {
pub sql_server_sql_mi_sync_task_input: SqlServerSqlMiSyncTaskInput,
pub number_of_parallel_database_migrations: Option<f64>,
}
Expand description
Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario.
Fields§
§sql_server_sql_mi_sync_task_input: SqlServerSqlMiSyncTaskInput
§number_of_parallel_database_migrations: Option<f64>
Number of database migrations to start in parallel
Implementations§
source§impl MigrateSqlServerSqlMiSyncTaskInput
impl MigrateSqlServerSqlMiSyncTaskInput
pub fn new( sql_server_sql_mi_sync_task_input: SqlServerSqlMiSyncTaskInput ) -> Self
Trait Implementations§
source§impl Clone for MigrateSqlServerSqlMiSyncTaskInput
impl Clone for MigrateSqlServerSqlMiSyncTaskInput
source§fn clone(&self) -> MigrateSqlServerSqlMiSyncTaskInput
fn clone(&self) -> MigrateSqlServerSqlMiSyncTaskInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'de> Deserialize<'de> for MigrateSqlServerSqlMiSyncTaskInput
impl<'de> Deserialize<'de> for MigrateSqlServerSqlMiSyncTaskInput
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<MigrateSqlServerSqlMiSyncTaskInput> for MigrateSqlServerSqlMiSyncTaskInput
impl PartialEq<MigrateSqlServerSqlMiSyncTaskInput> for MigrateSqlServerSqlMiSyncTaskInput
source§fn eq(&self, other: &MigrateSqlServerSqlMiSyncTaskInput) -> bool
fn eq(&self, other: &MigrateSqlServerSqlMiSyncTaskInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MigrateSqlServerSqlMiSyncTaskInput
Auto Trait Implementations§
impl RefUnwindSafe for MigrateSqlServerSqlMiSyncTaskInput
impl Send for MigrateSqlServerSqlMiSyncTaskInput
impl Sync for MigrateSqlServerSqlMiSyncTaskInput
impl Unpin for MigrateSqlServerSqlMiSyncTaskInput
impl UnwindSafe for MigrateSqlServerSqlMiSyncTaskInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more