Uses of Class
com.azure.resourcemanager.network.models.FirewallPolicyInsights
-
Packages that use FirewallPolicyInsights Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 FirewallPolicyInsights Modifier and Type Method Description FirewallPolicyInsightsFirewallPolicyInner. insights()Get the insights property: Insights on Firewall Policy.FirewallPolicyInsightsFirewallPolicyPropertiesFormat. insights()Get the insights property: Insights on Firewall Policy.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type FirewallPolicyInsights Modifier and Type Method Description FirewallPolicyInnerFirewallPolicyInner. withInsights(FirewallPolicyInsights insights)Set the insights property: Insights on Firewall Policy.FirewallPolicyPropertiesFormatFirewallPolicyPropertiesFormat. 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 FirewallPolicyInsights Modifier and Type Method Description FirewallPolicyInsightsFirewallPolicyInsights. withIsEnabled(Boolean isEnabled)Set the isEnabled property: A flag to indicate if the insights are enabled on the policy.FirewallPolicyInsightsFirewallPolicyInsights. withLogAnalyticsResources(FirewallPolicyLogAnalyticsResources logAnalyticsResources)Set the logAnalyticsResources property: Workspaces needed to configure the Firewall Policy Insights.FirewallPolicyInsightsFirewallPolicyInsights. withRetentionDays(Integer retentionDays)Set the retentionDays property: Number of days the insights should be enabled on the policy.
-