Class ModuleUpdateProperties

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

public final class ModuleUpdateProperties extends Object
The parameters supplied to the update properties.
  • Constructor Details

    • ModuleUpdateProperties

      public ModuleUpdateProperties()
  • Method Details

    • contentLink

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

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

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