Compartir a través de


IWithNatRuleSettings Interfaz

Definición

Fase de la definición de Azure Firewall que permite especificar la configuración de la regla nat.

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)
Derivado
Implementaciones

Métodos

Attach()

Fase de la definición de Azure Firewall que permite especificar la configuración de la regla nat.

(Heredado de IInDefinition<ParentT>)
WithAnyProtocol()

Agrega el protocolo ANY en la regla de firewall.

(Heredado de IWithRuleProtocol<ParentT>)
WithDescription(String)

Establece la descripción de la regla de firewall en Azure Firewall.

(Heredado de IWithDescription<ParentT>)
WithDestinationAddress(String)

Establece la dirección de destino de la regla de firewall en Azure Firewall.

(Heredado de IWithDestinationAddress<ParentT>)
WithDestinationAddresses(IList<String>)

Establece las direcciones de destino de la regla de firewall en Azure Firewall.

(Heredado de IWithDestinationAddress<ParentT>)
WithDestinationPort(String)

Establece el puerto de destino de la regla de firewall en Azure Firewall.

(Heredado de IWithDestinationPort<ParentT>)
WithDestinationPorts(IList<String>)

Establece los puertos de destino de la regla de firewall en Azure Firewall.

(Heredado de IWithDestinationPort<ParentT>)
WithIcmpProtocol()

Agrega el protocolo ICMP en la regla de firewall.

(Heredado de IWithRuleProtocol<ParentT>)
WithSourceAddress(String)

Establece la dirección de origen de la regla de firewall en Azure Firewall.

(Heredado de IWithSourceAddress<ParentT>)
WithSourceAddresses(IList<String>)

Establece las direcciones de origen de la regla de firewall en Azure Firewall.

(Heredado de IWithSourceAddress<ParentT>)
WithTcpProtocol()

Agrega el protocolo TCP en la regla de firewall.

(Heredado de IWithRuleProtocol<ParentT>)
WithUdpProtocol()

Agrega el protocolo UDP en la regla de firewall.

(Heredado de IWithRuleProtocol<ParentT>)

Se aplica a