FirewallRule interface

A server firewall rule.

Extends

Properties

endIpAddress

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.

startIpAddress

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

Inherited Properties

id

Resource ID.

name

Resource name.

type

Resource type.

Property Details

endIpAddress

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.

endIpAddress?: string

Property Value

string

startIpAddress

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

startIpAddress?: string

Property Value

string

Inherited Property Details

id

Resource ID.

id?: string

Property Value

string

Inherited From ProxyResourceWithWritableName.id

name

Resource name.

name?: string

Property Value

string

Inherited From ProxyResourceWithWritableName.name

type

Resource type.

type?: string

Property Value

string

Inherited From ProxyResourceWithWritableName.type