Uses of Class
com.azure.resourcemanager.loganalytics.models.SummaryLogsRetryBinProperties
Packages that use SummaryLogsRetryBinProperties
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of SummaryLogsRetryBinProperties in com.azure.resourcemanager.loganalytics.models
Classes in com.azure.resourcemanager.loganalytics.models that implement interfaces with type arguments of type SummaryLogsRetryBinPropertiesModifier and TypeClassDescriptionfinal classProperties for retrying a Summary rule bin.Methods in com.azure.resourcemanager.loganalytics.models that return SummaryLogsRetryBinPropertiesModifier and TypeMethodDescriptionSummaryLogsRetryBinProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SummaryLogsRetryBinProperties from the JsonReader.SummaryLogsRetryBin.properties()Get the properties property: Retry bin properties.SummaryLogsRetryBinProperties.withRetryBinStartTime(OffsetDateTime retryBinStartTime) Set the retryBinStartTime property: The time (UTC) of the bin to retry.Methods in com.azure.resourcemanager.loganalytics.models with parameters of type SummaryLogsRetryBinPropertiesModifier and TypeMethodDescriptionSummaryLogsRetryBin.withProperties(SummaryLogsRetryBinProperties properties) Set the properties property: Retry bin properties.