pub struct DscNodeConfigurationCreateOrUpdateParameters {
pub properties: Option<DscNodeConfigurationCreateOrUpdateParametersProperties>,
pub name: Option<String>,
pub tags: Option<Value>,
}Expand description
The parameters supplied to the create or update node configuration operation.
Fields§
§properties: Option<DscNodeConfigurationCreateOrUpdateParametersProperties>The parameter properties supplied to the create or update node configuration operation.
name: Option<String>Name of the node configuration.
Gets or sets the tags attached to the resource.
Implementations§
Trait Implementations§
Source§impl Clone for DscNodeConfigurationCreateOrUpdateParameters
impl Clone for DscNodeConfigurationCreateOrUpdateParameters
Source§fn clone(&self) -> DscNodeConfigurationCreateOrUpdateParameters
fn clone(&self) -> DscNodeConfigurationCreateOrUpdateParameters
Returns a duplicate 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 moreSource§impl Default for DscNodeConfigurationCreateOrUpdateParameters
impl Default for DscNodeConfigurationCreateOrUpdateParameters
Source§fn default() -> DscNodeConfigurationCreateOrUpdateParameters
fn default() -> DscNodeConfigurationCreateOrUpdateParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DscNodeConfigurationCreateOrUpdateParameters
impl<'de> Deserialize<'de> for DscNodeConfigurationCreateOrUpdateParameters
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DscNodeConfigurationCreateOrUpdateParameters
impl PartialEq for DscNodeConfigurationCreateOrUpdateParameters
Source§fn eq(&self, other: &DscNodeConfigurationCreateOrUpdateParameters) -> bool
fn eq(&self, other: &DscNodeConfigurationCreateOrUpdateParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DscNodeConfigurationCreateOrUpdateParameters
Auto Trait Implementations§
impl Freeze for DscNodeConfigurationCreateOrUpdateParameters
impl RefUnwindSafe for DscNodeConfigurationCreateOrUpdateParameters
impl Send for DscNodeConfigurationCreateOrUpdateParameters
impl Sync for DscNodeConfigurationCreateOrUpdateParameters
impl Unpin for DscNodeConfigurationCreateOrUpdateParameters
impl UnwindSafe for DscNodeConfigurationCreateOrUpdateParameters
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