Interface LogAnalyticsQueryPackQuery


public interface LogAnalyticsQueryPackQuery
An immutable client-side representation of LogAnalyticsQueryPackQuery.
  • Method Details

    • id

      String id()
      Gets the id property: Azure resource Id.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Azure resource name.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: Azure resource type.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Read only system data.
      Returns:
      the systemData value.
    • idPropertiesId

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

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

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

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

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

      String description()
      Gets the description property: Description of the query.
      Returns:
      the description value.
    • body

      String body()
      Gets the body property: Body of the query.
      Returns:
      the body value.
    • related

      Gets the related property: The related metadata items for the function.
      Returns:
      the related value.
    • tags

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

      Object properties()
      Gets the properties property: Additional properties that can be set for the query.
      Returns:
      the properties value.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackQueryInner object.
      Returns:
      the inner object.
    • update

      Begins update for the LogAnalyticsQueryPackQuery resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      LogAnalyticsQueryPackQuery refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.