Class ScriptPackageProperties

java.lang.Object
com.azure.resourcemanager.avs.fluent.models.ScriptPackageProperties

public final class ScriptPackageProperties extends Object
Properties of a Script Package subresource.
  • Constructor Details

    • ScriptPackageProperties

      public ScriptPackageProperties()
      Creates an instance of ScriptPackageProperties class.
  • Method Details

    • description

      public String description()
      Get the description property: User friendly description of the package.
      Returns:
      the description value.
    • version

      public String version()
      Get the version property: Module version.
      Returns:
      the version value.
    • company

      public String company()
      Get the company property: Company that created and supports the package.
      Returns:
      the company value.
    • uri

      public String uri()
      Get the uri property: Link to support by the package vendor.
      Returns:
      the uri value.
    • validate

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