Sdílet prostřednictvím


IWithSourceAddress<ParentT>.WithSourceAddresses Method

Definition

Sets the source addresses of firewall rule in Azure firewall.

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

Parameters

sourceAddresses
IList<String>

The value of source addresses.

Returns

ParentT

Applies to