LogAnalyticsQueryPackQuerySearchPropertiesRelated Class

  • java.lang.Object
    • com.azure.resourcemanager.loganalytics.models.LogAnalyticsQueryPackQuerySearchPropertiesRelated

public final class LogAnalyticsQueryPackQuerySearchPropertiesRelated

The related metadata items for the function.

Constructor Summary

Method Summary

Modifier and Type Method and Description
List<String> categories()

Get the categories property: The related categories for the function.

List<String> resourceTypes()

Get the resourceTypes property: The related resource types for the function.

List<String> solutions()

Get the solutions property: The related Log Analytics solutions for the function.

void validate()

Validates the instance.

LogAnalyticsQueryPackQuerySearchPropertiesRelated withCategories(List<String> categories)

Set the categories property: The related categories for the function.

LogAnalyticsQueryPackQuerySearchPropertiesRelated withResourceTypes(List<String> resourceTypes)

Set the resourceTypes property: The related resource types for the function.

LogAnalyticsQueryPackQuerySearchPropertiesRelated withSolutions(List<String> solutions)

Set the solutions property: The related Log Analytics solutions for the function.

Methods inherited from java.lang.Object

Constructor Details

LogAnalyticsQueryPackQuerySearchPropertiesRelated

public LogAnalyticsQueryPackQuerySearchPropertiesRelated()

Method Details

categories

public List categories()

Get the categories property: The related categories for the function.

Returns:

the categories value.

resourceTypes

public List resourceTypes()

Get the resourceTypes property: The related resource types for the function.

Returns:

the resourceTypes value.

solutions

public List solutions()

Get the solutions property: The related Log Analytics solutions for the function.

Returns:

the solutions value.

validate

public void validate()

Validates the instance.

withCategories

public LogAnalyticsQueryPackQuerySearchPropertiesRelated withCategories(List categories)

Set the categories property: The related categories for the function.

Parameters:

categories - the categories value to set.

Returns:

the LogAnalyticsQueryPackQuerySearchPropertiesRelated object itself.

withResourceTypes

public LogAnalyticsQueryPackQuerySearchPropertiesRelated withResourceTypes(List resourceTypes)

Set the resourceTypes property: The related resource types for the function.

Parameters:

resourceTypes - the resourceTypes value to set.

Returns:

the LogAnalyticsQueryPackQuerySearchPropertiesRelated object itself.

withSolutions

public LogAnalyticsQueryPackQuerySearchPropertiesRelated withSolutions(List solutions)

Set the solutions property: The related Log Analytics solutions for the function.

Parameters:

solutions - the solutions value to set.

Returns:

the LogAnalyticsQueryPackQuerySearchPropertiesRelated object itself.

Applies to

Azure SDK for Java

Preview