SnapshotProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. models. SnapshotProperties
- com.
Implements
public final class SnapshotProperties
implements JsonSerializable<SnapshotProperties>
Snapshot's properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Compliance |
complianceResults()
Get the compliance |
|
Offset |
createdAt()
Get the created |
|
static
Snapshot |
fromJson(JsonReader jsonReader)
Reads an instance of Snapshot |
|
Provisioning |
provisioningState()
Get the provisioning |
|
Report |
reportProperties()
Get the report |
|
System |
reportSystemData()
Get the report |
| String |
snapshotName()
Get the snapshot |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
complianceResults
public List<ComplianceResult> complianceResults()
Get the complianceResults property: List of compliance results.
Returns:
createdAt
public OffsetDateTime createdAt()
Get the createdAt property: The timestamp of resource creation (UTC).
Returns:
fromJson
public static SnapshotProperties fromJson(JsonReader jsonReader)
Reads an instance of SnapshotProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: Azure lifecycle management.
Returns:
reportProperties
public ReportProperties reportProperties()
Get the reportProperties property: The report essential info.
Returns:
reportSystemData
public SystemData reportSystemData()
Get the reportSystemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
snapshotName
public String snapshotName()
Get the snapshotName property: Snapshot name.
Returns: