pub struct DiskAccessArgs {
pub location: Output<Option<String>>,
pub name: Output<Option<String>>,
pub resource_group_name: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§location: Output<Option<String>>
The Azure Region where the Disk Access should exist. Changing this forces a new Disk to be created.
name: Output<Option<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.
Implementations§
source§impl DiskAccessArgs
impl DiskAccessArgs
sourcepub fn builder() -> DiskAccessArgsBuilder
pub fn builder() -> DiskAccessArgsBuilder
Create an instance of DiskAccessArgs
using the builder syntax
Trait Implementations§
source§impl Clone for DiskAccessArgs
impl Clone for DiskAccessArgs
source§fn clone(&self) -> DiskAccessArgs
fn clone(&self) -> DiskAccessArgs
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 DiskAccessArgs
impl RefUnwindSafe for DiskAccessArgs
impl Send for DiskAccessArgs
impl Sync for DiskAccessArgs
impl Unpin for DiskAccessArgs
impl UnwindSafe for DiskAccessArgs
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
)