pub struct GetManagedDiskArgs {
pub name: Output<String>,
pub resource_group_name: Output<String>,
}
Fields§
§name: Output<String>
Specifies the name of the Managed Disk.
resource_group_name: Output<String>
Specifies the name of the Resource Group where this Managed Disk exists.
Implementations§
source§impl GetManagedDiskArgs
impl GetManagedDiskArgs
sourcepub fn builder() -> GetManagedDiskArgsBuilder
pub fn builder() -> GetManagedDiskArgsBuilder
Create an instance of GetManagedDiskArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetManagedDiskArgs
impl Clone for GetManagedDiskArgs
source§fn clone(&self) -> GetManagedDiskArgs
fn clone(&self) -> GetManagedDiskArgs
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 GetManagedDiskArgs
impl RefUnwindSafe for GetManagedDiskArgs
impl Send for GetManagedDiskArgs
impl Sync for GetManagedDiskArgs
impl Unpin for GetManagedDiskArgs
impl UnwindSafe for GetManagedDiskArgs
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
)