toggle menu
pulumi-azure-kotlin
6.22.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.network.kotlin.outputs
/
FirewallApplicationRuleCollectionRule
/
FirewallApplicationRuleCollectionRule
Firewall
Application
Rule
Collection
Rule
constructor
(
description
:
String
?
=
null
,
fqdnTags
:
List
<
String
>
?
=
null
,
name
:
String
,
protocols
:
List
<
FirewallApplicationRuleCollectionRuleProtocol
>
?
=
null
,
sourceAddresses
:
List
<
String
>
?
=
null
,
sourceIpGroups
:
List
<
String
>
?
=
null
,
targetFqdns
:
List
<
String
>
?
=
null
)