Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyInsights
Packages that use FirewallPolicyInsights
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of FirewallPolicyInsights in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return FirewallPolicyInsightsModifier and TypeMethodDescriptionFirewallPolicyDraftInner.insights()Get the insights property: Insights on Firewall Policy.FirewallPolicyDraftProperties.insights()Get the insights property: Insights on Firewall Policy.FirewallPolicyInner.insights()Get the insights property: Insights on Firewall Policy.FirewallPolicyPropertiesFormat.insights()Get the insights property: Insights on Firewall Policy.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FirewallPolicyInsightsModifier and TypeMethodDescriptionFirewallPolicyDraftInner.withInsights(FirewallPolicyInsights insights) Set the insights property: Insights on Firewall Policy.FirewallPolicyDraftProperties.withInsights(FirewallPolicyInsights insights) Set the insights property: Insights on Firewall Policy.FirewallPolicyInner.withInsights(FirewallPolicyInsights insights) Set the insights property: Insights on Firewall Policy.FirewallPolicyPropertiesFormat.withInsights(FirewallPolicyInsights insights) Set the insights property: Insights on Firewall Policy. -
Uses of FirewallPolicyInsights in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return FirewallPolicyInsightsModifier and TypeMethodDescriptionstatic FirewallPolicyInsightsFirewallPolicyInsights.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FirewallPolicyInsights from the JsonReader.FirewallPolicyInsights.withIsEnabled(Boolean isEnabled) Set the isEnabled property: A flag to indicate if the insights are enabled on the policy.FirewallPolicyInsights.withLogAnalyticsResources(FirewallPolicyLogAnalyticsResources logAnalyticsResources) Set the logAnalyticsResources property: Workspaces needed to configure the Firewall Policy Insights.FirewallPolicyInsights.withRetentionDays(Integer retentionDays) Set the retentionDays property: Number of days the insights should be enabled on the policy.