GetFirewallRuleResult

data class GetFirewallRuleResult(val endIpAddress: String? = null, val id: String, val name: String? = null, val startIpAddress: String? = null, val type: String)

A server firewall rule.

Constructors

Link copied to clipboard
constructor(endIpAddress: String? = null, id: String, name: String? = null, startIpAddress: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endIpAddress: String? = null

The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val name: String? = null

Resource name.

Link copied to clipboard
val startIpAddress: String? = null

The start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses.

Link copied to clipboard

Resource type.