ResourceChangeList 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.
A list of changes associated with a resource over a specific time interval.
public class ResourceChangeList : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ResourceGraph.Models.ResourceChangeList>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ResourceGraph.Models.ResourceChangeList>
type ResourceChangeList = class
interface IJsonModel<ResourceChangeList>
interface IPersistableModel<ResourceChangeList>
Public Class ResourceChangeList
Implements IJsonModel(Of ResourceChangeList), IPersistableModel(Of ResourceChangeList)
- Inheritance
-
ResourceChangeList
- Implements
Properties
| Name | Description |
|---|---|
| Changes |
The pageable value returned by the operation, i.e. a list of changes to the resource.
|
| SkipToken |
Skip token that encodes the skip information while executing the current request To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|