Compartilhar via


IWithNatRuleSettings Interface

Definição

O estágio da atualização do firewall do Azure que permite especificar as configurações da regra 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
Implementações

Métodos

Attach()

O estágio da atualização do firewall do Azure que permite especificar as configurações da regra nat.

(Herdado de IInUpdate<ParentT>)
WithAnyProtocol()

Adiciona o protocolo ANY na regra de firewall.

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

Define a descrição da regra de firewall no firewall do Azure.

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

Define o endereço de destino da regra de firewall no firewall do Azure.

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

Define os endereços de destino da regra de firewall no firewall do Azure.

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

Define a porta de destino da regra de firewall no firewall do Azure.

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

Define as portas de destino da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationPort<ParentT>)
WithIcmpProtocol()

Adiciona o protocolo ICMP na regra de firewall.

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

Define o endereço de origem da regra de firewall no firewall do Azure.

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

Define os endereços de origem da regra de firewall no firewall do Azure.

(Herdado de IWithSourceAddress<ParentT>)
WithTcpProtocol()

Adiciona o protocolo TCP na regra de firewall.

(Herdado de IWithRuleProtocol<ParentT>)
WithUdpProtocol()

Adiciona o protocolo UDP na regra de firewall.

(Herdado de IWithRuleProtocol<ParentT>)

Aplica-se a