IWithIpRangeFilter Interface

Definition

The stage of the cosmos db update definition allowing to set the IP range filter.

public interface IWithIpRangeFilter
type IWithIpRangeFilter = interface
Public Interface IWithIpRangeFilter
Derived

Methods

WithIpRangeFilter(String)

CosmosDB Firewall Support: 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. IP addresses/ranges must be comma separated and must not contain any spaces.

Applies to