azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.d...

165 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties"
name: "StartMenuItemProperties"
nameWithType: "StartMenuItemProperties"
summary: "Schema for Start<wbr>Menu<wbr>Item properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **StartMenuItemProperties**"
constructors:
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.StartMenuItemProperties()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.StartMenuItemProperties()"
name: "StartMenuItemProperties()"
nameWithType: "StartMenuItemProperties.StartMenuItemProperties()"
summary: "Creates an instance of Start<wbr>Menu<wbr>Item<wbr>Properties class."
syntax: "public StartMenuItemProperties()"
desc: "Creates an instance of StartMenuItemProperties class."
methods:
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.appAlias()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.appAlias()"
name: "appAlias()"
nameWithType: "StartMenuItemProperties.appAlias()"
summary: "Get the app<wbr>Alias property: Alias of Start<wbr>Menu<wbr>Item."
syntax: "public String appAlias()"
desc: "Get the appAlias property: Alias of StartMenuItem."
returns:
description: "the appAlias value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.commandLineArguments()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.commandLineArguments()"
name: "commandLineArguments()"
nameWithType: "StartMenuItemProperties.commandLineArguments()"
summary: "Get the command<wbr>Line<wbr>Arguments property: Command line arguments for Start<wbr>Menu<wbr>Item."
syntax: "public String commandLineArguments()"
desc: "Get the commandLineArguments property: Command line arguments for StartMenuItem."
returns:
description: "the commandLineArguments value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.filePath()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.filePath()"
name: "filePath()"
nameWithType: "StartMenuItemProperties.filePath()"
summary: "Get the file<wbr>Path property: Path to the file of Start<wbr>Menu<wbr>Item."
syntax: "public String filePath()"
desc: "Get the filePath property: Path to the file of StartMenuItem."
returns:
description: "the filePath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.iconIndex()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.iconIndex()"
name: "iconIndex()"
nameWithType: "StartMenuItemProperties.iconIndex()"
summary: "Get the icon<wbr>Index property: Index of the icon."
syntax: "public Integer iconIndex()"
desc: "Get the iconIndex property: Index of the icon."
returns:
description: "the iconIndex value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.iconPath()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.iconPath()"
name: "iconPath()"
nameWithType: "StartMenuItemProperties.iconPath()"
summary: "Get the icon<wbr>Path property: Path to the icon."
syntax: "public String iconPath()"
desc: "Get the iconPath property: Path to the icon."
returns:
description: "the iconPath value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.validate()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.validate()"
name: "validate()"
nameWithType: "StartMenuItemProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withAppAlias(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withAppAlias(String appAlias)"
name: "withAppAlias(String appAlias)"
nameWithType: "StartMenuItemProperties.withAppAlias(String appAlias)"
summary: "Set the app<wbr>Alias property: Alias of Start<wbr>Menu<wbr>Item."
parameters:
- description: "the appAlias value to set."
name: "appAlias"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StartMenuItemProperties withAppAlias(String appAlias)"
desc: "Set the appAlias property: Alias of StartMenuItem."
returns:
description: "the StartMenuItemProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties&text=StartMenuItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withCommandLineArguments(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withCommandLineArguments(String commandLineArguments)"
name: "withCommandLineArguments(String commandLineArguments)"
nameWithType: "StartMenuItemProperties.withCommandLineArguments(String commandLineArguments)"
summary: "Set the command<wbr>Line<wbr>Arguments property: Command line arguments for Start<wbr>Menu<wbr>Item."
parameters:
- description: "the commandLineArguments value to set."
name: "commandLineArguments"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StartMenuItemProperties withCommandLineArguments(String commandLineArguments)"
desc: "Set the commandLineArguments property: Command line arguments for StartMenuItem."
returns:
description: "the StartMenuItemProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties&text=StartMenuItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withFilePath(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withFilePath(String filePath)"
name: "withFilePath(String filePath)"
nameWithType: "StartMenuItemProperties.withFilePath(String filePath)"
summary: "Set the file<wbr>Path property: Path to the file of Start<wbr>Menu<wbr>Item."
parameters:
- description: "the filePath value to set."
name: "filePath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StartMenuItemProperties withFilePath(String filePath)"
desc: "Set the filePath property: Path to the file of StartMenuItem."
returns:
description: "the StartMenuItemProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties&text=StartMenuItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withIconIndex(java.lang.Integer)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withIconIndex(Integer iconIndex)"
name: "withIconIndex(Integer iconIndex)"
nameWithType: "StartMenuItemProperties.withIconIndex(Integer iconIndex)"
summary: "Set the icon<wbr>Index property: Index of the icon."
parameters:
- description: "the iconIndex value to set."
name: "iconIndex"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public StartMenuItemProperties withIconIndex(Integer iconIndex)"
desc: "Set the iconIndex property: Index of the icon."
returns:
description: "the StartMenuItemProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties&text=StartMenuItemProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withIconPath(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties.withIconPath(String iconPath)"
name: "withIconPath(String iconPath)"
nameWithType: "StartMenuItemProperties.withIconPath(String iconPath)"
summary: "Set the icon<wbr>Path property: Path to the icon."
parameters:
- description: "the iconPath value to set."
name: "iconPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public StartMenuItemProperties withIconPath(String iconPath)"
desc: "Set the iconPath property: Path to the icon."
returns:
description: "the StartMenuItemProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.StartMenuItemProperties&text=StartMenuItemProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Schema for StartMenuItem properties."
metadata: {}
package: "com.azure.resourcemanager.desktopvirtualization.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.1.0