Class SnapshotProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.SnapshotProperties
-
public final class SnapshotProperties extends Object
Snapshot resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description SnapshotProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtime()Get the time property: The time the snapshot was taken.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
time
public String time()
Get the time property: The time the snapshot was taken.- Returns:
- the time value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-