Class DscNodeUpdateParameters

java.lang.Object
com.azure.resourcemanager.automation.models.DscNodeUpdateParameters

public final class DscNodeUpdateParameters extends Object
The parameters supplied to the update dsc node operation.
  • Constructor Details

    • DscNodeUpdateParameters

      public DscNodeUpdateParameters()
  • Method Details

    • nodeId

      public String nodeId()
      Get the nodeId property: Gets or sets the id of the dsc node.
      Returns:
      the nodeId value.
    • withNodeId

      public DscNodeUpdateParameters withNodeId(String nodeId)
      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

      public DscNodeUpdateParametersProperties properties()
      Get the properties property: The properties property.
      Returns:
      the properties value.
    • withProperties

      public DscNodeUpdateParameters withProperties(DscNodeUpdateParametersProperties properties)
      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.