Class LogAnalyticsQueryPackQueryPropertiesResponseRelated
- java.lang.Object
-
- com.pulumi.azurenative.operationalinsights.outputs.LogAnalyticsQueryPackQueryPropertiesResponseRelated
-
public final class LogAnalyticsQueryPackQueryPropertiesResponseRelated extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogAnalyticsQueryPackQueryPropertiesResponseRelated.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsQueryPackQueryPropertiesResponseRelated.Builder
builder()
static LogAnalyticsQueryPackQueryPropertiesResponseRelated.Builder
builder(LogAnalyticsQueryPackQueryPropertiesResponseRelated defaults)
java.util.List<java.lang.String>
categories()
java.util.List<java.lang.String>
resourceTypes()
java.util.List<java.lang.String>
solutions()
-
-
-
Method Detail
-
categories
public java.util.List<java.lang.String> categories()
- Returns:
- The related categories for the function.
-
resourceTypes
public java.util.List<java.lang.String> resourceTypes()
- Returns:
- The related resource types for the function.
-
solutions
public java.util.List<java.lang.String> solutions()
- Returns:
- The related Log Analytics solutions for the function.
-
builder
public static LogAnalyticsQueryPackQueryPropertiesResponseRelated.Builder builder()
-
builder
public static LogAnalyticsQueryPackQueryPropertiesResponseRelated.Builder builder(LogAnalyticsQueryPackQueryPropertiesResponseRelated defaults)
-
-