pub struct GetAvailabilitySetArgs {
pub name: Output<String>,
pub resource_group_name: Output<String>,
}
Fields§
§name: Output<String>
The name of the Availability Set.
resource_group_name: Output<String>
The name of the resource group in which the Availability Set exists.
Implementations§
source§impl GetAvailabilitySetArgs
impl GetAvailabilitySetArgs
sourcepub fn builder() -> GetAvailabilitySetArgsBuilder
pub fn builder() -> GetAvailabilitySetArgsBuilder
Create an instance of GetAvailabilitySetArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetAvailabilitySetArgs
impl Clone for GetAvailabilitySetArgs
source§fn clone(&self) -> GetAvailabilitySetArgs
fn clone(&self) -> GetAvailabilitySetArgs
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 GetAvailabilitySetArgs
impl RefUnwindSafe for GetAvailabilitySetArgs
impl Send for GetAvailabilitySetArgs
impl Sync for GetAvailabilitySetArgs
impl Unpin for GetAvailabilitySetArgs
impl UnwindSafe for GetAvailabilitySetArgs
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
)