ChangeAttributes Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ChangeAttributes
- com.
Implements
public final class ChangeAttributes
implements JsonSerializable<ChangeAttributes>
Details about the change resource.
Constructor Summary
Constructor | Description |
---|---|
ChangeAttributes() |
Creates an instance of Change |
Method Summary
Modifier and Type | Method and Description |
---|---|
Long |
changesCount()
Get the changes |
String |
correlationId()
Get the correlation |
static
Change |
fromJson(JsonReader jsonReader)
Reads an instance of Change |
String |
newResourceSnapshotId()
Get the new |
String |
previousResourceSnapshotId()
Get the previous |
String |
timestamp()
Get the timestamp property: The time the change(s) on the target resource ocurred. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ChangeAttributes
public ChangeAttributes()
Creates an instance of ChangeAttributes class.
Method Details
changesCount
public Long changesCount()
Get the changesCount property: The number of changes this resource captures.
Returns:
correlationId
public String correlationId()
Get the correlationId property: The ARM correlation ID of the change resource.
Returns:
fromJson
public static ChangeAttributes fromJson(JsonReader jsonReader)
Reads an instance of ChangeAttributes from the JsonReader.
Parameters:
Returns:
Throws:
newResourceSnapshotId
public String newResourceSnapshotId()
Get the newResourceSnapshotId property: The GUID of the new snapshot.
Returns:
previousResourceSnapshotId
public String previousResourceSnapshotId()
Get the previousResourceSnapshotId property: The GUID of the previous snapshot.
Returns:
timestamp
public String timestamp()
Get the timestamp property: The time the change(s) on the target resource ocurred.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java