pub struct GetSshPublicKeyArgs {
pub name: Output<String>,
pub resource_group_name: Output<String>,
pub tags: Output<Option<HashMap<String, String>>>,
}
Fields§
§name: Output<String>
The name of this SSH Public Key.
resource_group_name: Output<String>
The name of the Resource Group where the SSH Public Key exists.
A mapping of tags which should be assigned to the SSH Public Key.
Implementations§
source§impl GetSshPublicKeyArgs
impl GetSshPublicKeyArgs
sourcepub fn builder() -> GetSshPublicKeyArgsBuilder
pub fn builder() -> GetSshPublicKeyArgsBuilder
Create an instance of GetSshPublicKeyArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetSshPublicKeyArgs
impl Clone for GetSshPublicKeyArgs
source§fn clone(&self) -> GetSshPublicKeyArgs
fn clone(&self) -> GetSshPublicKeyArgs
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 GetSshPublicKeyArgs
impl RefUnwindSafe for GetSshPublicKeyArgs
impl Send for GetSshPublicKeyArgs
impl Sync for GetSshPublicKeyArgs
impl Unpin for GetSshPublicKeyArgs
impl UnwindSafe for GetSshPublicKeyArgs
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
)