UpdateSummariesList 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 Update Summaries
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.UpdateSummariesListTypeConverter))]
public class UpdateSummariesList : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IUpdateSummariesList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.UpdateSummariesListTypeConverter))>]
type UpdateSummariesList = class
interface IUpdateSummariesList
interface IJsonSerializable
Public Class UpdateSummariesList
Implements IUpdateSummariesList
- Inheritance
-
UpdateSummariesList
- Attributes
- Implements
Constructors
UpdateSummariesList() |
Creates an new UpdateSummariesList instance. |
Properties
NextLink |
Link to the next set of results. |
Value |
List of Update Summaries |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateSummariesList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateSummariesList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IUpdateSummariesList. |
FromJsonString(String) |
Creates a new instance of UpdateSummariesList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateSummariesList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |