pub struct ManagementPolicyArgs {
pub rules: Output<Option<Vec<ManagementPolicyRule>>>,
pub storage_account_id: Output<String>,
}
Fields§
§rules: Output<Option<Vec<ManagementPolicyRule>>>
A rule
block as documented below.
storage_account_id: Output<String>
Specifies the id of the storage account to apply the management policy to. Changing this forces a new resource to be created.
Implementations§
source§impl ManagementPolicyArgs
impl ManagementPolicyArgs
sourcepub fn builder() -> ManagementPolicyArgsBuilder
pub fn builder() -> ManagementPolicyArgsBuilder
Create an instance of ManagementPolicyArgs
using the builder syntax
Trait Implementations§
source§impl Clone for ManagementPolicyArgs
impl Clone for ManagementPolicyArgs
source§fn clone(&self) -> ManagementPolicyArgs
fn clone(&self) -> ManagementPolicyArgs
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 ManagementPolicyArgs
impl RefUnwindSafe for ManagementPolicyArgs
impl Send for ManagementPolicyArgs
impl Sync for ManagementPolicyArgs
impl Unpin for ManagementPolicyArgs
impl UnwindSafe for ManagementPolicyArgs
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
)