Condividi tramite


Change Class

Definition

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)

Deserializes a PSObject into an instance of Change.

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)

Serializes this instance of Change into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to