pub struct GetQueueArgs {
pub metadata: Output<Option<HashMap<String, String>>>,
pub name: Output<String>,
pub storage_account_name: Output<String>,
}
Fields§
§metadata: Output<Option<HashMap<String, String>>>
A mapping of MetaData for this Queue.
name: Output<String>
The name of the Queue.
storage_account_name: Output<String>
The name of the Storage Account where the Queue exists.
Implementations§
source§impl GetQueueArgs
impl GetQueueArgs
sourcepub fn builder() -> GetQueueArgsBuilder
pub fn builder() -> GetQueueArgsBuilder
Create an instance of GetQueueArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetQueueArgs
impl Clone for GetQueueArgs
source§fn clone(&self) -> GetQueueArgs
fn clone(&self) -> GetQueueArgs
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 GetQueueArgs
impl RefUnwindSafe for GetQueueArgs
impl Send for GetQueueArgs
impl Sync for GetQueueArgs
impl Unpin for GetQueueArgs
impl UnwindSafe for GetQueueArgs
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
)