IWithApplicationRuleSettings Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the Azure firewall update allowing to specify the application rule settings.
public interface IWithApplicationRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithApplicationRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithFqdnTag<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithTargetFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings>
type IWithApplicationRuleSettings = interface
interface IWithDescription<IWithApplicationRuleSettings>
interface IWithSourceAddress<IWithApplicationRuleSettings>
interface IWithApplicationRuleProtocol<IWithApplicationRuleSettings>
interface IWithTargetFqdn<IWithApplicationRuleSettings>
interface IWithFqdnTag<IWithApplicationRuleSettings>
interface IWithSourceIpGroup<IWithApplicationRuleSettings>
interface IInUpdate<IWithApplicationRuleCollectionSettings>
Public Interface IWithApplicationRuleSettings
Implements IInUpdate(Of IWithApplicationRuleCollectionSettings), IWithApplicationRuleProtocol(Of IWithApplicationRuleSettings), IWithDescription(Of IWithApplicationRuleSettings), IWithFqdnTag(Of IWithApplicationRuleSettings), IWithSourceAddress(Of IWithApplicationRuleSettings), IWithSourceIpGroup(Of IWithApplicationRuleSettings), IWithTargetFqdn(Of IWithApplicationRuleSettings)
- Derived
- Implements
-
IWithApplicationRuleProtocol<IWithApplicationRuleSettings> IWithDescription<IWithApplicationRuleSettings> IWithFqdnTag<IWithApplicationRuleSettings> IWithSourceAddress<IWithApplicationRuleSettings> IWithSourceIpGroup<IWithApplicationRuleSettings> IWithTargetFqdn<IWithApplicationRuleSettings> IInUpdate<IWithApplicationRuleCollectionSettings>
Methods
Attach() | (Inherited from IInUpdate<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
Azure SDK for .NET