UpdateList 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.
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
UpdateList() |
Creates an new UpdateList instance. |
Properties
NextLink |
Link to the next set of results. |
Value |
List of Updates |
Methods
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. |