你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StartMenuItemProperties Class

Definition

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.

Applies to