StartMenuItem Interface

public interface StartMenuItem

An immutable client-side representation of StartMenuItem.

Method Summary

Modifier and Type Method and Description
abstract String appAlias()

Gets the appAlias property: Alias of StartMenuItem.

abstract String commandLineArguments()

Gets the commandLineArguments property: Command line arguments for StartMenuItem.

abstract String filePath()

Gets the filePath property: Path to the file of StartMenuItem.

abstract Integer iconIndex()

Gets the iconIndex property: Index of the icon.

abstract String iconPath()

Gets the iconPath property: Path to the icon.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract StartMenuItemInner innerModel()

Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

Method Details

appAlias

public abstract String appAlias()

Gets the appAlias property: Alias of StartMenuItem.

Returns:

the appAlias value.

commandLineArguments

public abstract String commandLineArguments()

Gets the commandLineArguments property: Command line arguments for StartMenuItem.

Returns:

the commandLineArguments value.

filePath

public abstract String filePath()

Gets the filePath property: Path to the file of StartMenuItem.

Returns:

the filePath value.

iconIndex

public abstract Integer iconIndex()

Gets the iconIndex property: Index of the icon.

Returns:

the iconIndex value.

iconPath

public abstract String iconPath()

Gets the iconPath property: Path to the icon.

Returns:

the iconPath value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract StartMenuItemInner innerModel()

Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to