Class LogAnalyticsQueryPackQueryProperties
java.lang.Object
com.azure.resourcemanager.loganalytics.fluent.models.LogAnalyticsQueryPackQueryProperties
Properties that define an Log Analytics QueryPack-Query resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthor()Get the author property: Object Id of user creating the query.body()Get the body property: Body of the query.Get the description property: Description of the query.Get the displayName property: Unique display name for your query within the Query Pack.id()Get the id property: The unique ID of your application.Get the properties property: Additional properties that can be set for the query.related()Get the related property: The related metadata items for the function.tags()Get the tags property: Tags associated with the query.Get the timeCreated property: Creation Date for the Log Analytics Query, in ISO 8601 format.Get the timeModified property: Last modified date of the Log Analytics Query, in ISO 8601 format.voidvalidate()Validates the instance.Set the body property: Body of the query.withDescription(String description) Set the description property: Description of the query.withDisplayName(String displayName) Set the displayName property: Unique display name for your query within the Query Pack.withProperties(Object properties) Set the properties property: Additional properties that can be set for the query.Set the related property: The related metadata items for the function.Set the tags property: Tags associated with the query.
-
Constructor Details
-
LogAnalyticsQueryPackQueryProperties
public LogAnalyticsQueryPackQueryProperties()
-
-
Method Details
-
id
Get the id property: The unique ID of your application. This field cannot be changed.- Returns:
- the id value.
-
displayName
Get the displayName property: Unique display name for your query within the Query Pack.- Returns:
- the displayName value.
-
withDisplayName
Set the displayName property: Unique display name for your query within the Query Pack.- Parameters:
displayName- the displayName value to set.- Returns:
- the LogAnalyticsQueryPackQueryProperties object itself.
-
timeCreated
Get the timeCreated property: Creation Date for the Log Analytics Query, in ISO 8601 format.- Returns:
- the timeCreated value.
-
timeModified
Get the timeModified property: Last modified date of the Log Analytics Query, in ISO 8601 format.- Returns:
- the timeModified value.
-
author
Get the author property: Object Id of user creating the query.- Returns:
- the author value.
-
description
Get the description property: Description of the query.- Returns:
- the description value.
-
withDescription
Set the description property: Description of the query.- Parameters:
description- the description value to set.- Returns:
- the LogAnalyticsQueryPackQueryProperties object itself.
-
body
Get the body property: Body of the query.- Returns:
- the body value.
-
withBody
Set the body property: Body of the query.- Parameters:
body- the body value to set.- Returns:
- the LogAnalyticsQueryPackQueryProperties object itself.
-
withRelated
public LogAnalyticsQueryPackQueryProperties withRelated(LogAnalyticsQueryPackQueryPropertiesRelated related) Set the related property: The related metadata items for the function.- Parameters:
related- the related value to set.- Returns:
- the LogAnalyticsQueryPackQueryProperties object itself.
-
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 LogAnalyticsQueryPackQueryProperties object itself.
-
properties
Get the properties property: Additional properties that can be set for the query.- Returns:
- the properties value.
-
withProperties
Set the properties property: Additional properties that can be set for the query.- Parameters:
properties- the properties value to set.- Returns:
- the LogAnalyticsQueryPackQueryProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-