ChangeList 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 of detected changes.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ChangeListTypeConverter))]
public class ChangeList : Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IChangeList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ChangeListTypeConverter))>]
type ChangeList = class
interface IChangeList
interface IJsonSerializable
Public Class ChangeList
Implements IChangeList
- Inheritance
-
ChangeList
- Attributes
- Implements
Constructors
ChangeList() |
Creates an new ChangeList instance. |
Properties
NextLink |
The URI that can be used to request the next page of changes. |
Value |
The list of changes. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ChangeList. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ChangeList. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IChangeList. |
FromJsonString(String) |
Creates a new instance of ChangeList, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ChangeList into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |