FirewallApplicationRuleCollectionRuleArgs

data class FirewallApplicationRuleCollectionRuleArgs(val description: Output<String>? = null, val fqdnTags: Output<List<String>>? = null, val name: Output<String>, val protocols: Output<List<FirewallApplicationRuleCollectionRuleProtocolArgs>>? = null, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null, val targetFqdns: Output<List<String>>? = null) : ConvertibleToJava<FirewallApplicationRuleCollectionRuleArgs>

Constructors

constructor(description: Output<String>? = null, fqdnTags: Output<List<String>>? = null, name: Output<String>, protocols: Output<List<FirewallApplicationRuleCollectionRuleProtocolArgs>>? = null, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, targetFqdns: Output<List<String>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Specifies a description for the rule.

Link copied to clipboard
val fqdnTags: Output<List<String>>? = null

A list of FQDN tags. Possible values are AppServiceEnvironment, AzureBackup, AzureKubernetesService, HDInsight, MicrosoftActiveProtectionService, WindowsDiagnostics, WindowsUpdate and WindowsVirtualDesktop.

Link copied to clipboard
val name: Output<String>

Specifies the name of the rule.

Link copied to clipboard

One or more protocol blocks as defined below.

Link copied to clipboard
val sourceAddresses: Output<List<String>>? = null

A list of source IP addresses and/or IP ranges.

Link copied to clipboard
val sourceIpGroups: Output<List<String>>? = null

A list of source IP Group IDs for the rule.

Link copied to clipboard
val targetFqdns: Output<List<String>>? = null

A list of FQDNs.

Functions

Link copied to clipboard
open override fun toJava(): FirewallApplicationRuleCollectionRuleArgs