GalleryApplicationList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |