Share via


UpdateList Class

Definition

List of Updates

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.UpdateListTypeConverter))]
public class UpdateList : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IUpdateList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.UpdateListTypeConverter))>]
type UpdateList = class
    interface IUpdateList
    interface IJsonSerializable
Public Class UpdateList
Implements IUpdateList
Inheritance
UpdateList
Attributes
Implements

Constructors

Name Description
UpdateList()

Creates an new UpdateList instance.

Properties

Name Description
NextLink

Link to the next set of results.

Value

List of Updates

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UpdateList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UpdateList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IUpdateList.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UpdateList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to