pub struct AdlsGen2FileSystemDataSetMappingProperties {
pub data_set_id: String,
pub data_set_mapping_status: Option<DataSetMappingStatus>,
pub file_system: String,
pub provisioning_state: Option<ProvisioningState>,
pub resource_group: String,
pub storage_account_name: String,
pub subscription_id: String,
}
Expand description
ADLS Gen 2 file system data set mapping property bag.
Fields§
§data_set_id: String
The id of the source data set.
data_set_mapping_status: Option<DataSetMappingStatus>
Gets the status of the data set mapping.
file_system: String
The file system name.
provisioning_state: Option<ProvisioningState>
Provisioning state of the data set mapping.
resource_group: String
Resource group of storage account.
storage_account_name: String
Storage account name of the source data set.
subscription_id: String
Subscription id of storage account.
Implementations§
Trait Implementations§
Source§impl Clone for AdlsGen2FileSystemDataSetMappingProperties
impl Clone for AdlsGen2FileSystemDataSetMappingProperties
Source§fn clone(&self) -> AdlsGen2FileSystemDataSetMappingProperties
fn clone(&self) -> AdlsGen2FileSystemDataSetMappingProperties
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 AdlsGen2FileSystemDataSetMappingProperties
impl<'de> Deserialize<'de> for AdlsGen2FileSystemDataSetMappingProperties
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 AdlsGen2FileSystemDataSetMappingProperties
impl PartialEq for AdlsGen2FileSystemDataSetMappingProperties
Source§fn eq(&self, other: &AdlsGen2FileSystemDataSetMappingProperties) -> bool
fn eq(&self, other: &AdlsGen2FileSystemDataSetMappingProperties) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AdlsGen2FileSystemDataSetMappingProperties
Auto Trait Implementations§
impl Freeze for AdlsGen2FileSystemDataSetMappingProperties
impl RefUnwindSafe for AdlsGen2FileSystemDataSetMappingProperties
impl Send for AdlsGen2FileSystemDataSetMappingProperties
impl Sync for AdlsGen2FileSystemDataSetMappingProperties
impl Unpin for AdlsGen2FileSystemDataSetMappingProperties
impl UnwindSafe for AdlsGen2FileSystemDataSetMappingProperties
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