pub struct ManagementPolicyResult {
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.
Auto Trait Implementations§
impl Freeze for ManagementPolicyResult
impl RefUnwindSafe for ManagementPolicyResult
impl Send for ManagementPolicyResult
impl Sync for ManagementPolicyResult
impl Unpin for ManagementPolicyResult
impl UnwindSafe for ManagementPolicyResult
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