Compartir a través de


IWithApplicationRuleCollectionSettings Interfaz

Definición

Fase de la definición de Azure Firewall que permite especificar la configuración de recopilación de reglas de aplicación.

public interface IWithApplicationRuleCollectionSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithPriority<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleCollectionSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithRuleCollectionActionType<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleCollectionSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithCreate>
type IWithApplicationRuleCollectionSettings = interface
    interface IWithPriority<IWithApplicationRuleCollectionSettings>
    interface IWithRuleCollectionActionType<IWithApplicationRuleCollectionSettings>
    interface IInDefinition<IWithCreate>
Public Interface IWithApplicationRuleCollectionSettings
Implements IInDefinition(Of IWithCreate), IWithPriority(Of IWithApplicationRuleCollectionSettings), IWithRuleCollectionActionType(Of IWithApplicationRuleCollectionSettings)
Derivado
Implementaciones

Métodos

Attach()

Fase de la definición de Azure Firewall que permite especificar la configuración de recopilación de reglas de aplicación.

(Heredado de IInDefinition<ParentT>)
DefineAzureFirewallApplicationRule(String)

Establece la regla de aplicación de Azure Firewall.

WithAllowActionType()

Establece el tipo de acción de la colección de reglas de firewall como "Permitir" en Azure Firewall.

(Heredado de IWithRuleCollectionActionType<ParentT>)
WithDenyActionType()

Establece el tipo de acción de la colección de reglas de firewall como "Denegar" en Azure Firewall.

(Heredado de IWithRuleCollectionActionType<ParentT>)
WithPriority(Int32)

Establece la prioridad de la recopilación de reglas de firewall en Azure Firewall.

(Heredado de IWithPriority<ParentT>)

Se aplica a