Class DscNodeUpdateParameters
java.lang.Object
com.azure.resourcemanager.automation.models.DscNodeUpdateParameters
The parameters supplied to the update dsc node operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnodeId()
Get the nodeId property: Gets or sets the id of the dsc node.Get the properties property: The properties property.void
validate()
Validates the instance.withNodeId
(String nodeId) Set the nodeId property: Gets or sets the id of the dsc node.withProperties
(DscNodeUpdateParametersProperties properties) Set the properties property: The properties property.
-
Constructor Details
-
DscNodeUpdateParameters
public DscNodeUpdateParameters()
-
-
Method Details
-
nodeId
Get the nodeId property: Gets or sets the id of the dsc node.- Returns:
- the nodeId value.
-
withNodeId
Set the nodeId property: Gets or sets the id of the dsc node.- Parameters:
nodeId
- the nodeId value to set.- Returns:
- the DscNodeUpdateParameters object itself.
-
properties
Get the properties property: The properties property.- Returns:
- the properties value.
-
withProperties
Set the properties property: The properties property.- Parameters:
properties
- the properties value to set.- Returns:
- the DscNodeUpdateParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-