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

    Modifier and Type
    Method
    Description
    Gets the appAlias property: Alias of StartMenuItem.
    Gets the commandLineArguments property: Command line arguments for StartMenuItem.
    Gets the filePath property: Path to the file of StartMenuItem.
    Gets the iconIndex property: Index of the icon.
    Gets the iconPath property: Path to the icon.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemInner object.
    Gets the name property: The name of the resource.
    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.
    • appAlias

      String appAlias()
      Gets the appAlias property: Alias of StartMenuItem.
      Returns:
      the appAlias value.
    • filePath

      String filePath()
      Gets the filePath property: Path to the file of StartMenuItem.
      Returns:
      the filePath value.
    • commandLineArguments

      String commandLineArguments()
      Gets the commandLineArguments property: Command line arguments for StartMenuItem.
      Returns:
      the commandLineArguments value.
    • iconPath

      String iconPath()
      Gets the iconPath property: Path to the icon.
      Returns:
      the iconPath value.
    • iconIndex

      Integer iconIndex()
      Gets the iconIndex property: Index of the icon.
      Returns:
      the iconIndex value.
    • innerModel

      StartMenuItemInner innerModel()
      Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemInner object.
      Returns:
      the inner object.