Uses of Class
com.azure.resourcemanager.loganalytics.models.RestoredLogs
Packages that use RestoredLogs
Package
Description
Package containing the inner data models for OperationalInsightsManagementClient.
Package containing the data models for OperationalInsightsManagementClient.
-
Uses of RestoredLogs in com.azure.resourcemanager.loganalytics.fluent.models
Methods in com.azure.resourcemanager.loganalytics.fluent.models that return RestoredLogsModifier and TypeMethodDescriptionTableInner.restoredLogs()Get the restoredLogs property: Parameters of the restore operation that initiated this table.TableProperties.restoredLogs()Get the restoredLogs property: Parameters of the restore operation that initiated this table.Methods in com.azure.resourcemanager.loganalytics.fluent.models with parameters of type RestoredLogsModifier and TypeMethodDescriptionTableInner.withRestoredLogs(RestoredLogs restoredLogs) Set the restoredLogs property: Parameters of the restore operation that initiated this table.TableProperties.withRestoredLogs(RestoredLogs restoredLogs) Set the restoredLogs property: Parameters of the restore operation that initiated this table. -
Uses of RestoredLogs in com.azure.resourcemanager.loganalytics.models
Methods in com.azure.resourcemanager.loganalytics.models that return RestoredLogsModifier and TypeMethodDescriptionSchema.restoredLogs()Get the restoredLogs property: Parameters of the restore operation that initiated this table.Table.restoredLogs()Gets the restoredLogs property: Parameters of the restore operation that initiated this table.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 in com.azure.resourcemanager.loganalytics.models with parameters of type RestoredLogsModifier and TypeMethodDescriptionTable.DefinitionStages.WithRestoredLogs.withRestoredLogs(RestoredLogs restoredLogs) Specifies the restoredLogs property: Parameters of the restore operation that initiated this table..Table.UpdateStages.WithRestoredLogs.withRestoredLogs(RestoredLogs restoredLogs) Specifies the restoredLogs property: Parameters of the restore operation that initiated this table..