pub struct AccountQueuePropertiesArgs {
pub cors_rules: Output<Option<Vec<AccountQueuePropertiesCorsRule>>>,
pub hour_metrics: Output<Option<AccountQueuePropertiesHourMetrics>>,
pub logging: Output<Option<AccountQueuePropertiesLogging>>,
pub minute_metrics: Output<Option<AccountQueuePropertiesMinuteMetrics>>,
pub storage_account_id: Output<String>,
}
Fields§
§cors_rules: Output<Option<Vec<AccountQueuePropertiesCorsRule>>>
A cors_rule
block as defined above.
hour_metrics: Output<Option<AccountQueuePropertiesHourMetrics>>
A hour_metrics
block as defined below.
NOTE: At least one of
cors_rule
,logging
,minute_metrics
, orhour_metrics
must be specified.
logging: Output<Option<AccountQueuePropertiesLogging>>
A logging
block as defined below.
minute_metrics: Output<Option<AccountQueuePropertiesMinuteMetrics>>
A minute_metrics
block as defined below.
storage_account_id: Output<String>
The ID of the Storage Account to set Queue Properties on. Changing this forces a new resource to be created.
Implementations§
source§impl AccountQueuePropertiesArgs
impl AccountQueuePropertiesArgs
sourcepub fn builder() -> AccountQueuePropertiesArgsBuilder
pub fn builder() -> AccountQueuePropertiesArgsBuilder
Create an instance of AccountQueuePropertiesArgs
using the builder syntax
Trait Implementations§
source§impl Clone for AccountQueuePropertiesArgs
impl Clone for AccountQueuePropertiesArgs
source§fn clone(&self) -> AccountQueuePropertiesArgs
fn clone(&self) -> AccountQueuePropertiesArgs
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 AccountQueuePropertiesArgs
impl RefUnwindSafe for AccountQueuePropertiesArgs
impl Send for AccountQueuePropertiesArgs
impl Sync for AccountQueuePropertiesArgs
impl Unpin for AccountQueuePropertiesArgs
impl UnwindSafe for AccountQueuePropertiesArgs
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
)