Class LogAnalyticsQueryPackQuerySearchProperties
java.lang.Object
com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchProperties
Properties that define an Log Analytics QueryPack-Query search properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrelated()Get the related property: The related metadata items for the function.tags()Get the tags property: Tags associated with the query.voidvalidate()Validates the instance.Set the related property: The related metadata items for the function.Set the tags property: Tags associated with the query.
-
Constructor Details
-
LogAnalyticsQueryPackQuerySearchProperties
public LogAnalyticsQueryPackQuerySearchProperties()
-
-
Method Details
-
withRelated
public LogAnalyticsQueryPackQuerySearchProperties withRelated(LogAnalyticsQueryPackQuerySearchPropertiesRelated related) Set the related property: The related metadata items for the function.- Parameters:
related- the related value to set.- Returns:
- the LogAnalyticsQueryPackQuerySearchProperties 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 LogAnalyticsQueryPackQuerySearchProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.