Freigeben über


IWithNetworkRuleSettings Schnittstelle

Definition

Die Phase der Azure Firewall-Definition, die das Angeben von Netzwerkregeleinstellungen ermöglicht.

public interface IWithNetworkRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationPort<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleCollectionSettings>
type IWithNetworkRuleSettings = interface
    interface IWithDescription<IWithNetworkRuleSettings>
    interface IWithRuleProtocol<IWithNetworkRuleSettings>
    interface IWithSourceAddress<IWithNetworkRuleSettings>
    interface IWithDestinationAddress<IWithNetworkRuleSettings>
    interface IWithDestinationPort<IWithNetworkRuleSettings>
    interface IWithDestinationFqdn<IWithNetworkRuleSettings>
    interface IWithSourceIpGroup<IWithNetworkRuleSettings>
    interface IWithDestinationIpGroup<IWithNetworkRuleSettings>
    interface IInDefinition<IWithNetworkRuleCollectionSettings>
Public Interface IWithNetworkRuleSettings
Implements IInDefinition(Of IWithNetworkRuleCollectionSettings), IWithDescription(Of IWithNetworkRuleSettings), IWithDestinationAddress(Of IWithNetworkRuleSettings), IWithDestinationFqdn(Of IWithNetworkRuleSettings), IWithDestinationIpGroup(Of IWithNetworkRuleSettings), IWithDestinationPort(Of IWithNetworkRuleSettings), IWithRuleProtocol(Of IWithNetworkRuleSettings), IWithSourceAddress(Of IWithNetworkRuleSettings), IWithSourceIpGroup(Of IWithNetworkRuleSettings)
Abgeleitet
Implementiert

Methoden

Attach()

Die Phase der Azure Firewall-Definition, die das Angeben von Netzwerkregeleinstellungen ermöglicht.

(Geerbt von IInDefinition<ParentT>)
WithAnyProtocol()

Fügt ein ANY-Protokoll in der Firewallregel hinzu.

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

Legt die Beschreibung der Firewallregel in Azure Firewall fest.

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

Legt die Zieladresse der Firewallregel in Azure Firewall fest.

(Geerbt von IWithDestinationAddress<ParentT>)
WithDestinationAddresses(IList<String>)

Legt die Zieladressen der Firewallregel in Azure Firewall fest.

(Geerbt von IWithDestinationAddress<ParentT>)
WithDestinationFullQualifiedDomainName(String)

Legt den vollqualifizierten Domänennamen der Firewallregel in Azure Firewall fest.

(Geerbt von IWithDestinationFqdn<ParentT>)
WithDestinationFullQualifiedDomainNames(IList<String>)

Legt die vollqualifizierten Domänennamen der Firewallregel in Azure Firewall fest.

(Geerbt von IWithDestinationFqdn<ParentT>)
WithDestinationIpGroup(String)

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

(Geerbt von IWithDestinationIpGroup<ParentT>)
WithDestinationIpGroups(IList<String>)

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

(Geerbt von IWithDestinationIpGroup<ParentT>)
WithDestinationPort(String)

Legt den Zielport der Firewallregel in Azure Firewall fest.

(Geerbt von IWithDestinationPort<ParentT>)
WithDestinationPorts(IList<String>)

Legt die Zielports der Firewallregel in Azure Firewall fest.

(Geerbt von IWithDestinationPort<ParentT>)
WithIcmpProtocol()

Fügt das ICMP-Protokoll in der Firewallregel hinzu.

(Geerbt von IWithRuleProtocol<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>)
WithTcpProtocol()

Fügt das TCP-Protokoll in der Firewallregel hinzu.

(Geerbt von IWithRuleProtocol<ParentT>)
WithUdpProtocol()

Fügt das UDP-Protokoll in der Firewallregel hinzu.

(Geerbt von IWithRuleProtocol<ParentT>)

Gilt für: