Bagikan melalui


StartMenuItemList Class

Definition

List of StartMenuItem definitions.

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

Constructors

StartMenuItemList()

Creates an new StartMenuItemList instance.

Properties

NextLink

Link to the next page of results.

Value

List of StartMenuItem definitions.

Methods

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.Api20230905.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.

Applies to