IWithNatRuleSettings Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Fase de la actualizació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.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationPort<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleCollectionSettings>
type IWithNatRuleSettings = interface
interface IWithDescription<IWithNatRuleSettings>
interface IWithSourceAddress<IWithNatRuleSettings>
interface IWithDestinationAddress<IWithNatRuleSettings>
interface IWithDestinationPort<IWithNatRuleSettings>
interface IWithRuleProtocol<IWithNatRuleSettings>
interface IInUpdate<IWithNatRuleCollectionSettings>
Public Interface IWithNatRuleSettings
Implements IInUpdate(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 actualización de Azure Firewall que permite especificar la configuración de la regla nat. (Heredado de IInUpdate<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
Azure SDK for .NET