Class SummaryLogsRetryBinProperties

java.lang.Object
com.azure.resourcemanager.loganalytics.models.SummaryLogsRetryBinProperties
All Implemented Interfaces:
com.azure.json.JsonSerializable<SummaryLogsRetryBinProperties>

public final class SummaryLogsRetryBinProperties extends Object implements com.azure.json.JsonSerializable<SummaryLogsRetryBinProperties>
Properties for retrying a Summary rule bin.
  • Constructor Details

    • SummaryLogsRetryBinProperties

      public SummaryLogsRetryBinProperties()
      Creates an instance of SummaryLogsRetryBinProperties class.
  • Method Details

    • retryBinStartTime

      public OffsetDateTime retryBinStartTime()
      Get the retryBinStartTime property: The time (UTC) of the bin to retry.
      Returns:
      the retryBinStartTime value.
    • withRetryBinStartTime

      public SummaryLogsRetryBinProperties withRetryBinStartTime(OffsetDateTime retryBinStartTime)
      Set the retryBinStartTime property: The time (UTC) of the bin to retry.
      Parameters:
      retryBinStartTime - the retryBinStartTime value to set.
      Returns:
      the SummaryLogsRetryBinProperties object itself.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<SummaryLogsRetryBinProperties>
      Throws:
      IOException
    • fromJson

      public static SummaryLogsRetryBinProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of SummaryLogsRetryBinProperties from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of SummaryLogsRetryBinProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IllegalStateException - If the deserialized JSON object was missing any required properties.
      IOException - If an error occurs while reading the SummaryLogsRetryBinProperties.