IWithSourceIpGroup<ParentT>.WithSourceIpGroups Method

Definition

Sets the source IP groups of firewall rule in Azure firewall.

public ParentT WithSourceIpGroups (System.Collections.Generic.IList<string> sourceIpGroups);
abstract member WithSourceIpGroups : System.Collections.Generic.IList<string> -> 'ParentT
Public Function WithSourceIpGroups (sourceIpGroups As IList(Of String)) As ParentT

Parameters

sourceIpGroups
IList<String>

The value of source IP groups.

Returns

ParentT

Applies to