IWithApplicationRuleSettings Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Phase der Azure-Firewalldefinition, die das Angeben von Anwendungsregeleinstellungen ermöglicht.
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)
- Abgeleitet
- Implementiert
-
IWithApplicationRuleProtocol<IWithApplicationRuleSettings> IWithDescription<IWithApplicationRuleSettings> IWithFqdnTag<IWithApplicationRuleSettings> IWithSourceAddress<IWithApplicationRuleSettings> IWithSourceIpGroup<IWithApplicationRuleSettings> IWithTargetFqdn<IWithApplicationRuleSettings> IInDefinition<IWithApplicationRuleCollectionSettings>
Methoden
Attach() |
Die Phase der Azure-Firewalldefinition, die das Angeben von Anwendungsregeleinstellungen ermöglicht. (Geerbt von IInDefinition<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 vollqualifizierten Zieldomänennamen der Firewallregel in Azure Firewall fest. (Geerbt von IWithTargetFqdn<ParentT>) |
WithTargetFullQualifiedDomainNames(IList<String>) |
Legt die vollqualifizierten Zieldomänennamen der Firewallregel in Azure Firewall fest. (Geerbt von IWithTargetFqdn<ParentT>) |
Gilt für:
Azure SDK for .NET