Interface ScriptPackage


public interface ScriptPackage
An immutable client-side representation of ScriptPackage.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the company property: Company that created and supports the package.
    Gets the description property: User friendly description of the package.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner object.
    Gets the name property: The name of the resource.
    Gets the type property: The type of the resource.
    uri()
    Gets the uri property: Link to support by the package vendor.
    Gets the version property: Module version.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • description

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

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

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

      String uri()
      Gets the uri property: Link to support by the package vendor.
      Returns:
      the uri value.
    • innerModel

      ScriptPackageInner innerModel()
      Gets the inner com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner object.
      Returns:
      the inner object.