pub struct AutomationAccountCreateOrUpdateParameters {
pub properties: Option<AutomationAccountCreateOrUpdateProperties>,
pub name: Option<String>,
pub location: Option<String>,
pub tags: Option<Value>,
}Expand description
The parameters supplied to the create or update automation account operation.
Fields§
§properties: Option<AutomationAccountCreateOrUpdateProperties>The parameters supplied to the create or update account properties.
name: Option<String>Gets or sets name of the resource.
location: Option<String>Gets or sets the location of the resource.
Gets or sets the tags attached to the resource.
Implementations§
Trait Implementations§
Source§impl Clone for AutomationAccountCreateOrUpdateParameters
impl Clone for AutomationAccountCreateOrUpdateParameters
Source§fn clone(&self) -> AutomationAccountCreateOrUpdateParameters
fn clone(&self) -> AutomationAccountCreateOrUpdateParameters
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 AutomationAccountCreateOrUpdateParameters
impl Default for AutomationAccountCreateOrUpdateParameters
Source§fn default() -> AutomationAccountCreateOrUpdateParameters
fn default() -> AutomationAccountCreateOrUpdateParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutomationAccountCreateOrUpdateParameters
impl<'de> Deserialize<'de> for AutomationAccountCreateOrUpdateParameters
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 AutomationAccountCreateOrUpdateParameters
impl PartialEq for AutomationAccountCreateOrUpdateParameters
Source§fn eq(&self, other: &AutomationAccountCreateOrUpdateParameters) -> bool
fn eq(&self, other: &AutomationAccountCreateOrUpdateParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutomationAccountCreateOrUpdateParameters
Auto Trait Implementations§
impl Freeze for AutomationAccountCreateOrUpdateParameters
impl RefUnwindSafe for AutomationAccountCreateOrUpdateParameters
impl Send for AutomationAccountCreateOrUpdateParameters
impl Sync for AutomationAccountCreateOrUpdateParameters
impl Unpin for AutomationAccountCreateOrUpdateParameters
impl UnwindSafe for AutomationAccountCreateOrUpdateParameters
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