Partilhar via


IWithNetworkRuleCollectionSettings Interface

Definição

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

public interface IWithNetworkRuleCollectionSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithPriority<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleCollectionSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithRuleCollectionActionType<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleCollectionSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate>
type IWithNetworkRuleCollectionSettings = interface
    interface IWithPriority<IWithNetworkRuleCollectionSettings>
    interface IWithRuleCollectionActionType<IWithNetworkRuleCollectionSettings>
    interface IInUpdate<IUpdate>
Public Interface IWithNetworkRuleCollectionSettings
Implements IInUpdate(Of IUpdate), IWithPriority(Of IWithNetworkRuleCollectionSettings), IWithRuleCollectionActionType(Of IWithNetworkRuleCollectionSettings)
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 de rede.

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

Define a regra de rede de firewall do Azure.

UpdateAzureFirewallNetworkRule(String)

Atualizações a regra de rede de firewall do Azure.

WithAllowActionType()

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

(Herdado de IWithRuleCollectionActionType<ParentT>)
WithDenyActionType()

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

(Herdado de IWithRuleCollectionActionType<ParentT>)
WithoutAzureFirewallNetworkRule(String)

Remove a regra de rede de firewall do Azure.

WithPriority(Int32)

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

(Herdado de IWithPriority<ParentT>)

Aplica-se a