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 app |
| abstract String |
commandLineArguments()
Gets the command |
| abstract String |
filePath()
Gets the file |
| abstract Integer |
iconIndex()
Gets the icon |
| abstract String |
iconPath()
Gets the icon |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Start |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
System |
systemData()
Gets the system |
| 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:
commandLineArguments
public abstract String commandLineArguments()
Gets the commandLineArguments property: Command line arguments for StartMenuItem.
Returns:
filePath
public abstract String filePath()
Gets the filePath property: Path to the file of StartMenuItem.
Returns:
iconIndex
public abstract Integer iconIndex()
Gets the iconIndex property: Index of the icon.
Returns:
iconPath
public abstract String iconPath()
Gets the iconPath property: Path to the icon.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract StartMenuItemInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: