IWithNetworkRuleSettings Schnittstelle

Definition

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

public interface IWithNetworkRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationPort<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.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 IInUpdate<IWithNetworkRuleCollectionSettings>
Public Interface IWithNetworkRuleSettings
Implements IInUpdate(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 des Azure Firewall-Updates, in der die Netzwerkregeleinstellungen angegeben werden können.

(Geerbt von IInUpdate<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>)
WithDestinationFullQualifiedDomainName(String)

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

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

Legt die vollständig qualifizierten 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 der Firewallregel hinzu.

(Geerbt von IWithRuleProtocol<ParentT>)

Gilt für: