pub struct GetAccountArgs {
pub min_tls_version: Output<Option<String>>,
pub name: Output<String>,
pub resource_group_name: Output<Option<String>>,
}
Fields§
§min_tls_version: Output<Option<String>>
The minimum supported TLS version for this storage account.
name: Output<String>
Specifies the name of the Storage Account
resource_group_name: Output<Option<String>>
Specifies the name of the resource group the Storage Account is located in.
Implementations§
source§impl GetAccountArgs
impl GetAccountArgs
sourcepub fn builder() -> GetAccountArgsBuilder
pub fn builder() -> GetAccountArgsBuilder
Create an instance of GetAccountArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetAccountArgs
impl Clone for GetAccountArgs
source§fn clone(&self) -> GetAccountArgs
fn clone(&self) -> GetAccountArgs
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 GetAccountArgs
impl RefUnwindSafe for GetAccountArgs
impl Send for GetAccountArgs
impl Sync for GetAccountArgs
impl Unpin for GetAccountArgs
impl UnwindSafe for GetAccountArgs
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
)