IWithDestinationFqdn<ParentT>.WithDestinationFullQualifiedDomainNames Method

Definition

Sets the full qualified domain names of firewall rule in Azure firewall.

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

Parameters

domainNames
IList<String>

The value of domain names.

Returns

ParentT

Applies to