Class ScriptPackageInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner

public final class ScriptPackageInner extends com.azure.core.management.ProxyResource
Script Package resources available for execution.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of ScriptPackageInner class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the company property: Company that created and supports the package.
    Get the description property: User friendly description of the package.
    uri()
    Get the uri property: Link to support by the package vendor.
    void
    Validates the instance.
    Get the version property: Module version.

    Methods inherited from class com.azure.core.management.ProxyResource

    id, name, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScriptPackageInner

      public ScriptPackageInner()
      Creates an instance of ScriptPackageInner 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.