Share via


IWithFqdnTag<ParentT> Interface

Definition

The stage of the Azure firewall definition allowing to specify fqdn tags in firewall rule.

public interface IWithFqdnTag<ParentT>
type IWithFqdnTag<'ParentT> = interface
Public Interface IWithFqdnTag(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithFullQualifiedDomainNameTag(String)

Sets the tag of full qualified domain name in Azure firewall.

WithFullQualifiedDomainNameTags(IList<String>)

Sets the tags of full qualified domain name in Azure firewall.

Applies to