FirewallRules interface
Target service's firewall rules. to allow connections from source service.
Properties
| azure |
Allow Azure services to access the target service if true. |
| caller |
Allow caller client IP to access the target service if true. the property is used when connecting local application to target service. |
| ip |
This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account. |
Property Details
azureServices
Allow Azure services to access the target service if true.
azureServices?: string
Property Value
string
callerClientIP
Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.
callerClientIP?: string
Property Value
string
ipRanges
This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
ipRanges?: string[]
Property Value
string[]