Share via


IWithApplicationRuleSettings Interface

Definition

The stage of the Azure firewall definition allowing to specify application rule settings.

public interface IWithApplicationRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithApplicationRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithFqdnTag<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithTargetFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleCollectionSettings>
type IWithApplicationRuleSettings = interface
    interface IWithDescription<IWithApplicationRuleSettings>
    interface IWithSourceAddress<IWithApplicationRuleSettings>
    interface IWithApplicationRuleProtocol<IWithApplicationRuleSettings>
    interface IWithTargetFqdn<IWithApplicationRuleSettings>
    interface IWithFqdnTag<IWithApplicationRuleSettings>
    interface IWithSourceIpGroup<IWithApplicationRuleSettings>
    interface IInDefinition<IWithApplicationRuleCollectionSettings>
Public Interface IWithApplicationRuleSettings
Implements IInDefinition(Of IWithApplicationRuleCollectionSettings), IWithApplicationRuleProtocol(Of IWithApplicationRuleSettings), IWithDescription(Of IWithApplicationRuleSettings), IWithFqdnTag(Of IWithApplicationRuleSettings), IWithSourceAddress(Of IWithApplicationRuleSettings), IWithSourceIpGroup(Of IWithApplicationRuleSettings), IWithTargetFqdn(Of IWithApplicationRuleSettings)
Derived
Implements

Methods

Attach() (Inherited from IInDefinition<ParentT>)
WithDescription(String)

Sets the description of firewall rule in Azure firewall.

(Inherited from IWithDescription<ParentT>)
WithFullQualifiedDomainNameTag(String)

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

(Inherited from IWithFqdnTag<ParentT>)
WithFullQualifiedDomainNameTags(IList<String>)

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

(Inherited from IWithFqdnTag<ParentT>)
WithHttpProtocol(Nullable<Int32>)

Sets the Http protocol of firewall rule in Azure firewall.

(Inherited from IWithApplicationRuleProtocol<ParentT>)
WithHttpsProtocol(Nullable<Int32>)

Sets the Https protocol of firewall rule in Azure firewall.

(Inherited from IWithApplicationRuleProtocol<ParentT>)
WithMssqlProtocol(Nullable<Int32>)

Sets the Mssql protocol of firewall rule in Azure firewall.

(Inherited from IWithApplicationRuleProtocol<ParentT>)
WithSourceAddress(String)

Sets the source address of firewall rule in Azure firewall.

(Inherited from IWithSourceAddress<ParentT>)
WithSourceAddresses(IList<String>)

Sets the source addresses of firewall rule in Azure firewall.

(Inherited from IWithSourceAddress<ParentT>)
WithSourceIpGroup(String)

Sets the source IP group of firewall rule in Azure firewall.

(Inherited from IWithSourceIpGroup<ParentT>)
WithSourceIpGroups(IList<String>)

Sets the source IP groups of firewall rule in Azure firewall.

(Inherited from IWithSourceIpGroup<ParentT>)
WithTargetFullQualifiedDomainName(String)

Sets the target full qualified domain name of firewall rule in Azure firewall.

(Inherited from IWithTargetFqdn<ParentT>)
WithTargetFullQualifiedDomainNames(IList<String>)

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

(Inherited from IWithTargetFqdn<ParentT>)

Applies to