pub struct QueueArgs {
pub metadata: Output<Option<HashMap<String, String>>>,
pub name: Output<Option<String>>,
pub storage_account_name: Output<String>,
}
Fields§
§metadata: Output<Option<HashMap<String, String>>>
A mapping of MetaData which should be assigned to this Storage Queue.
name: Output<Option<String>>
The name of the Queue which should be created within the Storage Account. Must be unique within the storage account the queue is located. Changing this forces a new resource to be created.
storage_account_name: Output<String>
Specifies the Storage Account in which the Storage Queue should exist. Changing this forces a new resource to be created.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueueArgs
impl RefUnwindSafe for QueueArgs
impl Send for QueueArgs
impl Sync for QueueArgs
impl Unpin for QueueArgs
impl UnwindSafe for QueueArgs
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
)