pub struct TableArgs {
pub acls: Output<Option<Vec<TableAcl>>>,
pub name: Output<Option<String>>,
pub storage_account_name: Output<String>,
}
Fields§
§acls: Output<Option<Vec<TableAcl>>>
One or more acl
blocks as defined below.
name: Output<Option<String>>
The name of the storage table. Only Alphanumeric characters allowed, starting with a letter. Must be unique within the storage account the table is located. Changing this forces a new resource to be created.
storage_account_name: Output<String>
Specifies the storage account in which to create the storage table. Changing this forces a new resource to be created.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableArgs
impl RefUnwindSafe for TableArgs
impl Send for TableArgs
impl Sync for TableArgs
impl Unpin for TableArgs
impl UnwindSafe for TableArgs
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
)