Compartir a través de


IWithSourceIpGroup<ParentT>.WithSourceIpGroups Método

Definición

Establece los grupos de direcciones IP de origen de la regla de firewall en 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

Parámetros

sourceIpGroups
IList<String>

Valor de los grupos de DIRECCIONES IP de origen.

Devoluciones

ParentT

Se aplica a