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.Api20230905.StartMenuItemPropertiesTypeConverter))]
public class StartMenuItemProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IStartMenuItemProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.StartMenuItemPropertiesTypeConverter))>]
type StartMenuItemProperties = class
interface IStartMenuItemProperties
interface IJsonSerializable
Public Class StartMenuItemProperties
Implements IStartMenuItemProperties
- Inheritance
-
StartMenuItemProperties
- Attributes
- Implements
Constructors
StartMenuItemProperties() |
Creates an new StartMenuItemProperties instance. |
Properties
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
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.Api20230905.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. |