Class LogAnalyticsQueryPackQueryInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackQueryInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class LogAnalyticsQueryPackQueryInner extends com.azure.core.management.ProxyResource
A Log Analytics QueryPack-Query definition.
  • Constructor Details

    • LogAnalyticsQueryPackQueryInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • type

      public String type()
      Get the type property: The type of the resource.
      Overrides:
      type in class com.azure.core.management.ProxyResource
      Returns:
      the type value.
    • name

      public String name()
      Get the name property: The name of the resource.
      Overrides:
      name in class com.azure.core.management.ProxyResource
      Returns:
      the name value.
    • id

      public String id()
      Get the id property: Fully qualified resource Id for the resource.
      Overrides:
      id in class com.azure.core.management.ProxyResource
      Returns:
      the id value.
    • idPropertiesId

      public String idPropertiesId()
      Get the id property: The unique ID of your application. This field cannot be changed.
      Returns:
      the id value.
    • displayName

      public String displayName()
      Get the displayName property: Unique display name for your query within the Query Pack.
      Returns:
      the displayName value.
    • withDisplayName

      public LogAnalyticsQueryPackQueryInner withDisplayName(String displayName)
      Set the displayName property: Unique display name for your query within the Query Pack.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the LogAnalyticsQueryPackQueryInner object itself.
    • timeCreated

      public OffsetDateTime timeCreated()
      Get the timeCreated property: Creation Date for the Log Analytics Query, in ISO 8601 format.
      Returns:
      the timeCreated value.
    • timeModified

      public OffsetDateTime timeModified()
      Get the timeModified property: Last modified date of the Log Analytics Query, in ISO 8601 format.
      Returns:
      the timeModified value.
    • author

      public String author()
      Get the author property: Object Id of user creating the query.
      Returns:
      the author value.
    • description

      public String description()
      Get the description property: Description of the query.
      Returns:
      the description value.
    • withDescription

      public LogAnalyticsQueryPackQueryInner withDescription(String description)
      Set the description property: Description of the query.
      Parameters:
      description - the description value to set.
      Returns:
      the LogAnalyticsQueryPackQueryInner object itself.
    • body

      public String body()
      Get the body property: Body of the query.
      Returns:
      the body value.
    • withBody

      public LogAnalyticsQueryPackQueryInner withBody(String body)
      Set the body property: Body of the query.
      Parameters:
      body - the body value to set.
      Returns:
      the LogAnalyticsQueryPackQueryInner object itself.
    • related

      Get the related property: The related metadata items for the function.
      Returns:
      the related value.
    • withRelated

      Set the related property: The related metadata items for the function.
      Parameters:
      related - the related value to set.
      Returns:
      the LogAnalyticsQueryPackQueryInner object itself.
    • tags

      public Map<String, List<String>> tags()
      Get the tags property: Tags associated with the query.
      Returns:
      the tags value.
    • withTags

      Set the tags property: Tags associated with the query.
      Parameters:
      tags - the tags value to set.
      Returns:
      the LogAnalyticsQueryPackQueryInner object itself.
    • properties

      public Object properties()
      Get the properties property: Additional properties that can be set for the query.
      Returns:
      the properties value.
    • withProperties

      public LogAnalyticsQueryPackQueryInner withProperties(Object properties)
      Set the properties property: Additional properties that can be set for the query.
      Parameters:
      properties - the properties value to set.
      Returns:
      the LogAnalyticsQueryPackQueryInner 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<com.azure.core.management.ProxyResource>
      Overrides:
      toJson in class com.azure.core.management.ProxyResource
      Throws:
      IOException
    • fromJson

      public static LogAnalyticsQueryPackQueryInner fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of LogAnalyticsQueryPackQueryInner from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of LogAnalyticsQueryPackQueryInner 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 LogAnalyticsQueryPackQueryInner.