pub struct ObjectReplicationArgs {
pub destination_storage_account_id: Output<String>,
pub rules: Output<Vec<ObjectReplicationRule>>,
pub source_storage_account_id: Output<String>,
}
Fields§
§destination_storage_account_id: Output<String>
The ID of the destination storage account. Changing this forces a new Storage Object Replication to be created.
rules: Output<Vec<ObjectReplicationRule>>
One or more rules
blocks as defined below.
source_storage_account_id: Output<String>
The ID of the source storage account. Changing this forces a new Storage Object Replication to be created.
Implementations§
source§impl ObjectReplicationArgs
impl ObjectReplicationArgs
sourcepub fn builder() -> ObjectReplicationArgsBuilder
pub fn builder() -> ObjectReplicationArgsBuilder
Create an instance of ObjectReplicationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for ObjectReplicationArgs
impl Clone for ObjectReplicationArgs
source§fn clone(&self) -> ObjectReplicationArgs
fn clone(&self) -> ObjectReplicationArgs
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 moreAuto Trait Implementations§
impl Freeze for ObjectReplicationArgs
impl RefUnwindSafe for ObjectReplicationArgs
impl Send for ObjectReplicationArgs
impl Sync for ObjectReplicationArgs
impl Unpin for ObjectReplicationArgs
impl UnwindSafe for ObjectReplicationArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)