IWithDestinationAddress<ParentT>.WithDestinationAddresses Method

Definition

Sets the destination addresses of firewall rule in Azure firewall.

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

Parameters

destinationAddresses
IList<String>

The value of destination addresses.

Returns

ParentT

Applies to