Table of Contents

Interface IWithIpRangeFilter

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

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

public interface IWithIpRangeFilter

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.

IWithCreate WithIpRangeFilter(string ipRangeFilter)

Parameters

ipRangeFilter string

Specifies the set of IP addresses or IP address ranges.

Returns

IWithCreate