Interface ScriptCmdlet


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

    Modifier and Type
    Method
    Description
    Gets the description property: Description of the scripts functionality.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.avs.fluent.models.ScriptCmdletInner object.
    Gets the name property: The name of the resource.
    Gets the parameters property: Parameters the script will accept.
    Gets the timeout property: Recommended time limit for execution.
    Gets the type property: The type of the resource.
  • 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: Description of the scripts functionality.
      Returns:
      the description value.
    • timeout

      String timeout()
      Gets the timeout property: Recommended time limit for execution.
      Returns:
      the timeout value.
    • parameters

      List<ScriptParameter> parameters()
      Gets the parameters property: Parameters the script will accept.
      Returns:
      the parameters value.
    • innerModel

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