Class ModuleCreateOrUpdateProperties

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

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

    • ModuleCreateOrUpdateProperties

      public ModuleCreateOrUpdateProperties()
  • Method Details

    • contentLink

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

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

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