LogAnalyticsQueryPackQuery Interface
public interface LogAnalyticsQueryPackQuery
An immutable client-side representation of LogAnalyticsQueryPackQuery.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
author()
Gets the author property: Object Id of user creating the query. |
| abstract String |
body()
Gets the body property: Body of the query. |
| abstract String |
description()
Gets the description property: Description of the query. |
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
| abstract String |
idPropertiesId()
Gets the id |
|
abstract
Log |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Object |
properties()
Gets the properties property: Additional properties that can be set for the query. |
|
abstract
Log |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Log |
refresh(Context context)
Refreshes the resource to sync with Azure. |
|
abstract
Log |
related()
Gets the related property: The related metadata items for the function. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,List<String>> |
tags()
Gets the tags property: Tags associated with the query. |
|
abstract
Offset |
timeCreated()
Gets the time |
|
abstract
Offset |
timeModified()
Gets the time |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Log |
Method Details
author
public abstract String author()
Gets the author property: Object Id of user creating the query.
Returns:
body
public abstract String body()
Gets the body property: Body of the query.
Returns:
description
public abstract String description()
Gets the description property: Description of the query.
Returns:
displayName
public abstract String displayName()
Gets the displayName property: Unique display name for your query within the Query Pack.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
idPropertiesId
public abstract String idPropertiesId()
Gets the idPropertiesId property: The unique ID of your application. This field cannot be changed.
Returns:
innerModel
public abstract LogAnalyticsQueryPackQueryInner innerModel()
Gets the inner com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackQueryInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
properties
public abstract Object properties()
Gets the properties property: Additional properties that can be set for the query.
Returns:
refresh
public abstract LogAnalyticsQueryPackQuery refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract LogAnalyticsQueryPackQuery refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
related
public abstract LogAnalyticsQueryPackQueryPropertiesRelated related()
Gets the related property: The related metadata items for the function.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,List<String>> tags()
Gets the tags property: Tags associated with the query.
Returns:
timeCreated
public abstract OffsetDateTime timeCreated()
Gets the timeCreated property: Creation Date for the Log Analytics Query, in ISO 8601 format.
Returns:
timeModified
public abstract OffsetDateTime timeModified()
Gets the timeModified property: Last modified date of the Log Analytics Query, in ISO 8601 format.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract LogAnalyticsQueryPackQuery.Update update()
Begins update for the LogAnalyticsQueryPackQuery resource.
Returns: