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