IWithApplicationRuleSettings Schnittstelle

Definition

Die Phase des Azure Firewall-Updates, in der die Anwendungsregeleinstellungen angegeben werden können.

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)
Abgeleitet
Implementiert

Methoden

Attach()

Die Phase des Azure Firewall-Updates, in der die Anwendungsregeleinstellungen angegeben werden können.

(Geerbt von IInUpdate<ParentT>)
WithDescription(String)

Legt die Beschreibung der Firewallregel in Azure Firewall fest.

(Geerbt von IWithDescription<ParentT>)
WithFullQualifiedDomainNameTag(String)

Legt das Tag des vollqualifizierten Domänennamens in Azure Firewall fest.

(Geerbt von IWithFqdnTag<ParentT>)
WithFullQualifiedDomainNameTags(IList<String>)

Legt die Tags des vollqualifizierten Domänennamens in Azure Firewall fest.

(Geerbt von IWithFqdnTag<ParentT>)
WithHttpProtocol(Nullable<Int32>)

Legt das HTTP-Protokoll der Firewallregel in Azure Firewall fest.

(Geerbt von IWithApplicationRuleProtocol<ParentT>)
WithHttpsProtocol(Nullable<Int32>)

Legt das Https-Protokoll der Firewallregel in Azure Firewall fest.

(Geerbt von IWithApplicationRuleProtocol<ParentT>)
WithMssqlProtocol(Nullable<Int32>)

Legt das Mssql-Protokoll der Firewallregel in Azure Firewall fest.

(Geerbt von IWithApplicationRuleProtocol<ParentT>)
WithSourceAddress(String)

Legt die Quelladresse der Firewallregel in Azure Firewall fest.

(Geerbt von IWithSourceAddress<ParentT>)
WithSourceAddresses(IList<String>)

Legt die Quelladressen der Firewallregel in Azure Firewall fest.

(Geerbt von IWithSourceAddress<ParentT>)
WithSourceIpGroup(String)

Legt die Quell-IP-Gruppe der Firewallregel in Azure Firewall fest.

(Geerbt von IWithSourceIpGroup<ParentT>)
WithSourceIpGroups(IList<String>)

Legt die Quell-IP-Gruppen der Firewallregel in Azure Firewall fest.

(Geerbt von IWithSourceIpGroup<ParentT>)
WithTargetFullQualifiedDomainName(String)

Legt den vollständig qualifizierten Domänennamen der Firewallregel in Azure Firewall fest.

(Geerbt von IWithTargetFqdn<ParentT>)
WithTargetFullQualifiedDomainNames(IList<String>)

Legt die vollständig qualifizierten Domänennamen der Firewallregel in Azure Firewall fest.

(Geerbt von IWithTargetFqdn<ParentT>)

Gilt für: