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