Class RestoredLogs
java.lang.Object
com.azure.resourcemanager.loganalytics.models.RestoredLogs
Restore parameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the endRestoreTime property: The timestamp to end the restore by (UTC).Get the sourceTable property: The table to restore data from.Get the startRestoreTime property: The timestamp to start the restore from (UTC).voidvalidate()Validates the instance.withEndRestoreTime(OffsetDateTime endRestoreTime) Set the endRestoreTime property: The timestamp to end the restore by (UTC).withSourceTable(String sourceTable) Set the sourceTable property: The table to restore data from.withStartRestoreTime(OffsetDateTime startRestoreTime) Set the startRestoreTime property: The timestamp to start the restore from (UTC).
-
Constructor Details
-
RestoredLogs
public RestoredLogs()
-
-
Method Details
-
startRestoreTime
Get the startRestoreTime property: The timestamp to start the restore from (UTC).- Returns:
- the startRestoreTime value.
-
withStartRestoreTime
Set the startRestoreTime property: The timestamp to start the restore from (UTC).- Parameters:
startRestoreTime- the startRestoreTime value to set.- Returns:
- the RestoredLogs object itself.
-
endRestoreTime
Get the endRestoreTime property: The timestamp to end the restore by (UTC).- Returns:
- the endRestoreTime value.
-
withEndRestoreTime
Set the endRestoreTime property: The timestamp to end the restore by (UTC).- Parameters:
endRestoreTime- the endRestoreTime value to set.- Returns:
- the RestoredLogs object itself.
-
sourceTable
Get the sourceTable property: The table to restore data from.- Returns:
- the sourceTable value.
-
withSourceTable
Set the sourceTable property: The table to restore data from.- Parameters:
sourceTable- the sourceTable value to set.- Returns:
- the RestoredLogs object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-