Class PythonPackageCreateProperties

java.lang.Object
com.azure.resourcemanager.automation.fluent.models.PythonPackageCreateProperties

public final class PythonPackageCreateProperties extends Object
The parameters supplied to the create or update module properties.
  • Constructor Details

    • PythonPackageCreateProperties

      public PythonPackageCreateProperties()
  • Method Details

    • contentLink

      public ContentLink contentLink()
      Get the contentLink property: Gets or sets the module content link.
      Returns:
      the contentLink value.
    • withContentLink

      public PythonPackageCreateProperties withContentLink(ContentLink contentLink)
      Set the contentLink property: Gets or sets the module content link.
      Parameters:
      contentLink - the contentLink value to set.
      Returns:
      the PythonPackageCreateProperties object itself.
    • validate

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