pub struct GetContainersArgs {
pub name_prefix: Output<Option<String>>,
pub storage_account_id: Output<String>,
}
Fields§
§name_prefix: Output<Option<String>>
A prefix match used for the Storage Container name
field.
storage_account_id: Output<String>
The ID of the Storage Account that the Storage Containers reside in.
Implementations§
source§impl GetContainersArgs
impl GetContainersArgs
sourcepub fn builder() -> GetContainersArgsBuilder
pub fn builder() -> GetContainersArgsBuilder
Create an instance of GetContainersArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetContainersArgs
impl Clone for GetContainersArgs
source§fn clone(&self) -> GetContainersArgs
fn clone(&self) -> GetContainersArgs
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 GetContainersArgs
impl RefUnwindSafe for GetContainersArgs
impl Send for GetContainersArgs
impl Sync for GetContainersArgs
impl Unpin for GetContainersArgs
impl UnwindSafe for GetContainersArgs
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
)