Class PythonPackageUpdateParameters

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

public final class PythonPackageUpdateParameters extends Object
The parameters supplied to the update module operation.
  • Constructor Details

    • PythonPackageUpdateParameters

      public PythonPackageUpdateParameters()
  • Method Details

    • tags

      public Map<String,String> tags()
      Get the tags property: Gets or sets the tags attached to the resource.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Gets or sets the tags attached to the resource.
      Parameters:
      tags - the tags value to set.
      Returns:
      the PythonPackageUpdateParameters object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.