GetIPv6FirewallRuleResult

data class GetIPv6FirewallRuleResult(val azureApiVersion: String, val endIPv6Address: String? = null, val id: String, val name: String? = null, val startIPv6Address: String? = null, val type: String)

An IPv6 server firewall rule.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, endIPv6Address: String? = null, id: String, name: String? = null, startIPv6Address: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val endIPv6Address: String? = null

The end IP address of the firewall rule. Must be IPv6 format. Must be greater than or equal to startIpv6Address.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard
val name: String? = null

Resource name.

Link copied to clipboard

The start IP address of the firewall rule. Must be IPv6 format.

Link copied to clipboard

Resource type.