pub struct DiskAccessResult {
pub location: Output<String>,
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§location: Output<String>
The Azure Region where the Disk Access should exist. Changing this forces a new Disk to be created.
name: Output<String>
The name which should be used for this Disk Access. Changing this forces a new Disk Access to be created.
resource_group_name: Output<String>
The name of the Resource Group where the Disk Access should exist. Changing this forces a new Disk Access to be created.
A mapping of tags which should be assigned to the Disk Access.
Auto Trait Implementations§
impl Freeze for DiskAccessResult
impl RefUnwindSafe for DiskAccessResult
impl Send for DiskAccessResult
impl Sync for DiskAccessResult
impl Unpin for DiskAccessResult
impl UnwindSafe for DiskAccessResult
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