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

GalleryApplicationList Class

Definition

The List Gallery Applications operation response.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryApplicationListTypeConverter))]
public class GalleryApplicationList : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryApplicationListTypeConverter))>]
type GalleryApplicationList = class
    interface IGalleryApplicationList
    interface IJsonSerializable
Public Class GalleryApplicationList
Implements IGalleryApplicationList
Inheritance
GalleryApplicationList
Attributes
Implements

Constructors

GalleryApplicationList()

Creates an new GalleryApplicationList instance.

Properties

NextLink

The uri to fetch the next page of Application Definitions in the Application Gallery. Call ListNext() with this to fetch the next page of gallery Application Definitions.

Value

A list of Gallery Applications.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryApplicationList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryApplicationList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryApplicationList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryApplicationList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to