GalleryImageVersionList 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 Image version operation response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImageVersionListTypeConverter))]
public class GalleryImageVersionList : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryImageVersionList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryImageVersionListTypeConverter))>]
type GalleryImageVersionList = class
interface IGalleryImageVersionList
interface IJsonSerializable
Public Class GalleryImageVersionList
Implements IGalleryImageVersionList
- Inheritance
-
GalleryImageVersionList
- Attributes
- Implements
Constructors
GalleryImageVersionList() |
Creates an new GalleryImageVersionList instance. |
Properties
NextLink |
The uri to fetch the next page of gallery image versions. Call ListNext() with this to fetch the next page of gallery image versions. |
Value |
A list of gallery image versions. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GalleryImageVersionList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GalleryImageVersionList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryImageVersionList. |
FromJsonString(String) |
Creates a new instance of GalleryImageVersionList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GalleryImageVersionList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |