RestoredLogs Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.models.RestoredLogs

public final class RestoredLogs

Restore parameters.

Constructor Summary

Constructor Description
RestoredLogs()

Method Summary

Modifier and Type Method and Description
OffsetDateTime endRestoreTime()

Get the endRestoreTime property: The timestamp to end the restore by (UTC).

String sourceTable()

Get the sourceTable property: The table to restore data from.

OffsetDateTime startRestoreTime()

Get the startRestoreTime property: The timestamp to start the restore from (UTC).

void validate()

Validates the instance.

RestoredLogs withEndRestoreTime(OffsetDateTime endRestoreTime)

Set the endRestoreTime property: The timestamp to end the restore by (UTC).

RestoredLogs withSourceTable(String sourceTable)

Set the sourceTable property: The table to restore data from.

RestoredLogs withStartRestoreTime(OffsetDateTime startRestoreTime)

Set the startRestoreTime property: The timestamp to start the restore from (UTC).

Methods inherited from java.lang.Object

Constructor Details

RestoredLogs

public RestoredLogs()

Method Details

endRestoreTime

public OffsetDateTime endRestoreTime()

Get the endRestoreTime property: The timestamp to end the restore by (UTC).

Returns:

the endRestoreTime value.

sourceTable

public String sourceTable()

Get the sourceTable property: The table to restore data from.

Returns:

the sourceTable value.

startRestoreTime

public OffsetDateTime startRestoreTime()

Get the startRestoreTime property: The timestamp to start the restore from (UTC).

Returns:

the startRestoreTime value.

validate

public void validate()

Validates the instance.

withEndRestoreTime

public RestoredLogs withEndRestoreTime(OffsetDateTime endRestoreTime)

Set the endRestoreTime property: The timestamp to end the restore by (UTC).

Parameters:

endRestoreTime - the endRestoreTime value to set.

Returns:

the RestoredLogs object itself.

withSourceTable

public RestoredLogs withSourceTable(String sourceTable)

Set the sourceTable property: The table to restore data from.

Parameters:

sourceTable - the sourceTable value to set.

Returns:

the RestoredLogs object itself.

withStartRestoreTime

public RestoredLogs withStartRestoreTime(OffsetDateTime startRestoreTime)

Set the startRestoreTime property: The timestamp to start the restore from (UTC).

Parameters:

startRestoreTime - the startRestoreTime value to set.

Returns:

the RestoredLogs object itself.

Applies to

Azure SDK for Java

Preview