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

ExpandMsixImageList Class

Definition

List of MSIX package properties retrieved from MSIX Image expansion.

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

Constructors

ExpandMsixImageList()

Creates an new ExpandMsixImageList instance.

Properties

NextLink

Link to the next page of results.

Value

List of MSIX package properties from give MSIX Image.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ExpandMsixImageList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ExpandMsixImageList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ExpandMsixImageList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to