FirewallPolicyInsights Class
Firewall Policy Insights.
- Inheritance
-
azure.mgmt.network._serialization.ModelFirewallPolicyInsights
Constructor
FirewallPolicyInsights(*, is_enabled: bool | None = None, retention_days: int | None = None, log_analytics_resources: _models.FirewallPolicyLogAnalyticsResources | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
is_enabled
|
A flag to indicate if the insights are enabled on the policy. |
retention_days
|
Number of days the insights should be enabled on the policy. |
log_analytics_resources
|
Workspaces needed to configure the Firewall Policy Insights. |
Variables
Name | Description |
---|---|
is_enabled
|
A flag to indicate if the insights are enabled on the policy. |
retention_days
|
Number of days the insights should be enabled on the policy. |
log_analytics_resources
|
Workspaces needed to configure the Firewall Policy Insights. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python