pub struct AzureSqlMiLinkedService {
pub linked_service: LinkedService,
pub type_properties: AzureSqlMiLinkedServiceTypeProperties,
}Expand description
Azure SQL Managed Instance linked service.
Fields§
§linked_service: LinkedService§type_properties: AzureSqlMiLinkedServiceTypePropertiesAzure SQL Managed Instance linked service properties.
Implementations§
Source§impl AzureSqlMiLinkedService
impl AzureSqlMiLinkedService
pub fn new( linked_service: LinkedService, type_properties: AzureSqlMiLinkedServiceTypeProperties, ) -> Self
Trait Implementations§
Source§impl Clone for AzureSqlMiLinkedService
impl Clone for AzureSqlMiLinkedService
Source§fn clone(&self) -> AzureSqlMiLinkedService
fn clone(&self) -> AzureSqlMiLinkedService
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 Debug for AzureSqlMiLinkedService
impl Debug for AzureSqlMiLinkedService
Source§impl<'de> Deserialize<'de> for AzureSqlMiLinkedService
impl<'de> Deserialize<'de> for AzureSqlMiLinkedService
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 AzureSqlMiLinkedService
impl PartialEq for AzureSqlMiLinkedService
Source§impl Serialize for AzureSqlMiLinkedService
impl Serialize for AzureSqlMiLinkedService
impl StructuralPartialEq for AzureSqlMiLinkedService
Auto Trait Implementations§
impl Freeze for AzureSqlMiLinkedService
impl RefUnwindSafe for AzureSqlMiLinkedService
impl Send for AzureSqlMiLinkedService
impl Sync for AzureSqlMiLinkedService
impl Unpin for AzureSqlMiLinkedService
impl UnwindSafe for AzureSqlMiLinkedService
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