你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateSummariesList Class

Definition

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.

Applies to