pub struct GetContainersResult {
pub containers: Output<Vec<GetContainersContainer>>,
pub id: Output<String>,
pub name_prefix: Output<Option<String>>,
pub storage_account_id: Output<String>,
}
Fields§
§containers: Output<Vec<GetContainersContainer>>
A containers
block as defined below.
id: Output<String>
The provider-assigned unique ID for this managed resource.
name_prefix: Output<Option<String>>
§storage_account_id: Output<String>
Auto Trait Implementations§
impl Freeze for GetContainersResult
impl RefUnwindSafe for GetContainersResult
impl Send for GetContainersResult
impl Sync for GetContainersResult
impl Unpin for GetContainersResult
impl UnwindSafe for GetContainersResult
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