pub struct ConnectToTargetSqlMiSyncTaskInput {
pub target_connection_info: MiSqlConnectionInfo,
pub azure_app: AzureActiveDirectoryApp,
}Expand description
Input for the task that validates connection to Azure SQL Database Managed Instance online scenario.
Fields§
§target_connection_info: MiSqlConnectionInfoProperties required to create a connection to Azure SQL database Managed instance
azure_app: AzureActiveDirectoryAppAzure Active Directory Application
Implementations§
Source§impl ConnectToTargetSqlMiSyncTaskInput
impl ConnectToTargetSqlMiSyncTaskInput
pub fn new( target_connection_info: MiSqlConnectionInfo, azure_app: AzureActiveDirectoryApp, ) -> Self
Trait Implementations§
Source§impl Clone for ConnectToTargetSqlMiSyncTaskInput
impl Clone for ConnectToTargetSqlMiSyncTaskInput
Source§fn clone(&self) -> ConnectToTargetSqlMiSyncTaskInput
fn clone(&self) -> ConnectToTargetSqlMiSyncTaskInput
Returns a duplicate 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 ConnectToTargetSqlMiSyncTaskInput
impl<'de> Deserialize<'de> for ConnectToTargetSqlMiSyncTaskInput
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 for ConnectToTargetSqlMiSyncTaskInput
impl PartialEq for ConnectToTargetSqlMiSyncTaskInput
Source§fn eq(&self, other: &ConnectToTargetSqlMiSyncTaskInput) -> bool
fn eq(&self, other: &ConnectToTargetSqlMiSyncTaskInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConnectToTargetSqlMiSyncTaskInput
Auto Trait Implementations§
impl Freeze for ConnectToTargetSqlMiSyncTaskInput
impl RefUnwindSafe for ConnectToTargetSqlMiSyncTaskInput
impl Send for ConnectToTargetSqlMiSyncTaskInput
impl Sync for ConnectToTargetSqlMiSyncTaskInput
impl Unpin for ConnectToTargetSqlMiSyncTaskInput
impl UnwindSafe for ConnectToTargetSqlMiSyncTaskInput
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