Class SummaryLogsRetryBin

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

public final class SummaryLogsRetryBin extends Object implements com.azure.json.JsonSerializable<SummaryLogsRetryBin>
Request to retry a summary logs bin.
  • Constructor Details

    • SummaryLogsRetryBin

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

    • properties

      public SummaryLogsRetryBinProperties properties()
      Get the properties property: Retry bin properties.
      Returns:
      the properties value.
    • withProperties

      public SummaryLogsRetryBin withProperties(SummaryLogsRetryBinProperties properties)
      Set the properties property: Retry bin properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the SummaryLogsRetryBin 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<SummaryLogsRetryBin>
      Throws:
      IOException
    • fromJson

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