Compartir a través de


IWithDestinationIpGroup<ParentT>.WithDestinationIpGroups Método

Definición

Establece los grupos ip de destino de la regla de firewall en Azure Firewall.

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

Parámetros

destinationIpGroups
IList<String>

Valor de los grupos ip de destino.

Devoluciones

ParentT

Se aplica a