StartMenuItemProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema for StartMenuItem properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.StartMenuItemPropertiesTypeConverter))]
public class StartMenuItemProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IStartMenuItemProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.StartMenuItemPropertiesTypeConverter))>]
type StartMenuItemProperties = class
interface IStartMenuItemProperties
interface IJsonSerializable
Public Class StartMenuItemProperties
Implements IStartMenuItemProperties
- Inheritance
-
StartMenuItemProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| StartMenuItemProperties() |
Creates an new StartMenuItemProperties instance. |
Properties
| Name | Description |
|---|---|
| AppAlias |
Alias of StartMenuItem. |
| CommandLineArgument |
Command line arguments for StartMenuItem. |
| FilePath |
Path to the file of StartMenuItem. |
| IconIndex |
Index of the icon. |
| IconPath |
Path to the icon. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StartMenuItemProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StartMenuItemProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IStartMenuItemProperties. |
| FromJsonString(String) |
Creates a new instance of StartMenuItemProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of StartMenuItemProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |