Compartilhar via


IWithNatRuleCollectionSettings Interface

Definição

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

public interface IWithNatRuleCollectionSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithNatRuleCollectionActionType<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleCollectionSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithPriority<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNatRuleCollectionSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate>
type IWithNatRuleCollectionSettings = interface
    interface IWithPriority<IWithNatRuleCollectionSettings>
    interface IWithNatRuleCollectionActionType<IWithNatRuleCollectionSettings>
    interface IInUpdate<IUpdate>
Public Interface IWithNatRuleCollectionSettings
Implements IInUpdate(Of IUpdate), IWithNatRuleCollectionActionType(Of IWithNatRuleCollectionSettings), IWithPriority(Of IWithNatRuleCollectionSettings)
Derivado
Implementações

Métodos

Attach()

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

(Herdado de IInUpdate<ParentT>)
DefineAzureFirewallNatRule(String)

Define a regra nat do firewall do Azure.

UpdateAzureFirewallNatRule(String)

Atualizações a regra nat do firewall do Azure.

WithDnatActionType()

Define o tipo de ação da coleção de regras de firewall como 'Dnat' no firewall do Azure.

(Herdado de IWithNatRuleCollectionActionType<ParentT>)
WithoutAzureFirewallNatRule(String)

Remove a regra nat do firewall do Azure.

WithPriority(Int32)

Define a prioridade da coleta de regras de firewall no firewall do Azure.

(Herdado de IWithPriority<ParentT>)
WithSnatActionType()

Define o tipo de ação da coleção de regras de firewall como 'Snat' no firewall do Azure.

(Herdado de IWithNatRuleCollectionActionType<ParentT>)

Aplica-se a