Struct azure_mgmt_datamigration::package_preview_2022_03::models::MigrateSqlServerSqlMiSyncTaskProperties
source · pub struct MigrateSqlServerSqlMiSyncTaskProperties {
pub project_task_properties: ProjectTaskProperties,
pub input: Option<MigrateSqlServerSqlMiSyncTaskInput>,
pub output: Vec<MigrateSqlServerSqlMiSyncTaskOutput>,
pub created_on: Option<String>,
}
Expand description
Properties for task that migrates SQL Server databases to Azure SQL Database Managed Instance sync scenario
Fields§
§project_task_properties: ProjectTaskProperties
§input: Option<MigrateSqlServerSqlMiSyncTaskInput>
Input for task that migrates SQL Server databases to Azure SQL Database Managed Instance online scenario.
output: Vec<MigrateSqlServerSqlMiSyncTaskOutput>
Task output. This is ignored if submitted.
created_on: Option<String>
DateTime in UTC when the task was created
Implementations§
source§impl MigrateSqlServerSqlMiSyncTaskProperties
impl MigrateSqlServerSqlMiSyncTaskProperties
pub fn new(project_task_properties: ProjectTaskProperties) -> Self
Trait Implementations§
source§impl Clone for MigrateSqlServerSqlMiSyncTaskProperties
impl Clone for MigrateSqlServerSqlMiSyncTaskProperties
source§fn clone(&self) -> MigrateSqlServerSqlMiSyncTaskProperties
fn clone(&self) -> MigrateSqlServerSqlMiSyncTaskProperties
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 MigrateSqlServerSqlMiSyncTaskProperties
impl<'de> Deserialize<'de> for MigrateSqlServerSqlMiSyncTaskProperties
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<MigrateSqlServerSqlMiSyncTaskProperties> for MigrateSqlServerSqlMiSyncTaskProperties
impl PartialEq<MigrateSqlServerSqlMiSyncTaskProperties> for MigrateSqlServerSqlMiSyncTaskProperties
source§fn eq(&self, other: &MigrateSqlServerSqlMiSyncTaskProperties) -> bool
fn eq(&self, other: &MigrateSqlServerSqlMiSyncTaskProperties) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MigrateSqlServerSqlMiSyncTaskProperties
Auto Trait Implementations§
impl RefUnwindSafe for MigrateSqlServerSqlMiSyncTaskProperties
impl Send for MigrateSqlServerSqlMiSyncTaskProperties
impl Sync for MigrateSqlServerSqlMiSyncTaskProperties
impl Unpin for MigrateSqlServerSqlMiSyncTaskProperties
impl UnwindSafe for MigrateSqlServerSqlMiSyncTaskProperties
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