Interface LogAnalyticsQueryPackQuery
public interface LogAnalyticsQueryPackQuery
An immutable client-side representation of LogAnalyticsQueryPackQuery.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the LogAnalyticsQueryPackQuery definition.static interfaceThe LogAnalyticsQueryPackQuery definition stages.static interfaceThe template for LogAnalyticsQueryPackQuery update.static interfaceThe LogAnalyticsQueryPackQuery update stages. -
Method Summary
Modifier and TypeMethodDescriptionauthor()Gets the author property: Object Id of user creating the query.body()Gets the body property: Body of the query.Gets the description property: Description of the query.Gets the displayName property: Unique display name for your query within the Query Pack.id()Gets the id property: Fully qualified resource Id for the resource.Gets the idPropertiesId property: The unique ID of your application.Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackQueryInner object.name()Gets the name property: The name of the resource.Gets the properties property: Additional properties that can be set for the query.refresh()Refreshes the resource to sync with Azure.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.related()Gets the related property: The related metadata items for the function.Gets the name of the resource group.com.azure.core.management.SystemDataGets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.tags()Gets the tags property: Tags associated with the query.Gets the timeCreated property: Creation Date for the Log Analytics Query, in ISO 8601 format.Gets the timeModified property: Last modified date of the Log Analytics Query, in ISO 8601 format.type()Gets the type property: The type of the resource.update()Begins update for the LogAnalyticsQueryPackQuery resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
-
type
-
systemData
com.azure.core.management.SystemData systemData()Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- 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
-
tags
-
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
LogAnalyticsQueryPackQueryInner innerModel()Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackQueryInner object.- Returns:
- the inner object.
-
update
LogAnalyticsQueryPackQuery.Update update()Begins update for the LogAnalyticsQueryPackQuery resource.- Returns:
- the stage of resource update.
-
refresh
LogAnalyticsQueryPackQuery refresh()Refreshes the resource to sync with Azure.- Returns:
- the refreshed resource.
-
refresh
Refreshes the resource to sync with Azure.- Parameters:
context- The context to associate with this operation.- Returns:
- the refreshed resource.
-