Share via


StartMenuItemList Class

Definition

List of StartMenuItem definitions.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.StartMenuItemListTypeConverter))]
public class StartMenuItemList : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IStartMenuItemList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.StartMenuItemListTypeConverter))>]
type StartMenuItemList = class
    interface IStartMenuItemList
    interface IJsonSerializable
Public Class StartMenuItemList
Implements IStartMenuItemList
Inheritance
StartMenuItemList
Attributes
Implements

Constructors

Name Description
StartMenuItemList()

Creates an new StartMenuItemList instance.

Properties

Name Description
NextLink

Link to the next page of results.

Value

List of StartMenuItem definitions.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StartMenuItemList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StartMenuItemList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.IStartMenuItemList.

FromJsonString(String)

Creates a new instance of StartMenuItemList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StartMenuItemList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to