Freigeben über


IWithNatRuleSettings Schnittstelle

Definition

Die Phase der Azure-Firewalldefinition, die das Angeben von NAT-Regeleinstellungen ermöglicht.

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

Methoden

Attach()

Die Phase der Azure-Firewalldefinition, die das Angeben von NAT-Regeleinstellungen ermöglicht.

(Geerbt von IInDefinition<ParentT>)
WithAnyProtocol()

Fügt das 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>)
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>)
WithTcpProtocol()

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

(Geerbt von IWithRuleProtocol<ParentT>)
WithUdpProtocol()

Fügt das UDP-Protokoll der Firewallregel hinzu.

(Geerbt von IWithRuleProtocol<ParentT>)

Gilt für: