pub struct GetTableResult {
pub acls: Output<Vec<GetTableAcl>>,
pub id: Output<String>,
pub name: Output<String>,
pub resource_manager_id: Output<String>,
pub storage_account_name: Output<String>,
}
Fields§
§acls: Output<Vec<GetTableAcl>>
A mapping of ACLs for this Table.
id: Output<String>
The ID of the Storage Table.
name: Output<String>
§resource_manager_id: Output<String>
The Resource Manager ID of this Storage Table.
storage_account_name: Output<String>
Auto Trait Implementations§
impl Freeze for GetTableResult
impl RefUnwindSafe for GetTableResult
impl Send for GetTableResult
impl Sync for GetTableResult
impl Unpin for GetTableResult
impl UnwindSafe for GetTableResult
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