pub struct GetQueueResult {
pub id: Output<String>,
pub metadata: Output<HashMap<String, String>>,
pub name: Output<String>,
pub resource_manager_id: Output<String>,
pub storage_account_name: Output<String>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
metadata: Output<HashMap<String, String>>
A mapping of MetaData for this Queue.
name: Output<String>
§resource_manager_id: Output<String>
The Resource Manager ID of this Storage Queue.
storage_account_name: Output<String>
Auto Trait Implementations§
impl Freeze for GetQueueResult
impl RefUnwindSafe for GetQueueResult
impl Send for GetQueueResult
impl Sync for GetQueueResult
impl Unpin for GetQueueResult
impl UnwindSafe for GetQueueResult
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