Change 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 detected change.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ChangeTypeConverter))]
public class Change : Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IChange, Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.ChangeTypeConverter))>]
type Change = class
interface IChange
interface IJsonSerializable
interface IResource
interface IValidates
Public Class Change
Implements IChange, IValidates
- Inheritance
-
Change
- Attributes
- Implements
Constructors
Change() |
Creates an new Change instance. |
Properties
ChangeType |
The type of the change. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
InitiatedByList |
The list of identities who might initiated the change. The identity could be user name (email address) or the object ID of the Service Principal. |
Name |
The name of the resource |
PropertyChange |
The list of detailed changes at json property level. |
ResourceId |
The resource id that the change is attached to. |
TimeStamp |
The time when the change is detected. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Change. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Models.Api20210401.IChange. |
FromJsonString(String) |
Creates a new instance of Change, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |