Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyLogAnalyticsResources
Packages that use FirewallPolicyLogAnalyticsResources
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyLogAnalyticsResources in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type FirewallPolicyLogAnalyticsResourcesModifier and TypeClassDescriptionfinal classLog Analytics Resources for Firewall Policy Insights.Methods in com.azure.resourcemanager.network.models that return FirewallPolicyLogAnalyticsResourcesModifier and TypeMethodDescriptionFirewallPolicyLogAnalyticsResources.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyLogAnalyticsResources from the JsonReader.FirewallPolicyInsights.logAnalyticsResources()Get the logAnalyticsResources property: Workspaces needed to configure the Firewall Policy Insights.FirewallPolicyLogAnalyticsResources.withDefaultWorkspaceId(com.azure.core.management.SubResource defaultWorkspaceId) Set the defaultWorkspaceId property: The default workspace Id for Firewall Policy Insights.FirewallPolicyLogAnalyticsResources.withWorkspaces(List<FirewallPolicyLogAnalyticsWorkspace> workspaces) Set the workspaces property: List of workspaces for Firewall Policy Insights.Methods in com.azure.resourcemanager.network.models with parameters of type FirewallPolicyLogAnalyticsResourcesModifier and TypeMethodDescriptionFirewallPolicyInsights.withLogAnalyticsResources(FirewallPolicyLogAnalyticsResources logAnalyticsResources) Set the logAnalyticsResources property: Workspaces needed to configure the Firewall Policy Insights.