IWithApplicationRuleCollectionSettings Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O estágio da atualização de firewall do Azure que permite especificar as configurações de coleção de regras de aplicativo.
public interface IWithApplicationRuleCollectionSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithPriority<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRuleCollection.IWithRuleCollectionActionType<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithApplicationRuleCollectionSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IUpdate>
type IWithApplicationRuleCollectionSettings = interface
interface IWithPriority<IWithApplicationRuleCollectionSettings>
interface IWithRuleCollectionActionType<IWithApplicationRuleCollectionSettings>
interface IInUpdate<IUpdate>
Public Interface IWithApplicationRuleCollectionSettings
Implements IInUpdate(Of IUpdate), IWithPriority(Of IWithApplicationRuleCollectionSettings), IWithRuleCollectionActionType(Of IWithApplicationRuleCollectionSettings)
- Derivado
- Implementações
Métodos
Attach() |
O estágio da atualização de firewall do Azure que permite especificar as configurações de coleção de regras de aplicativo. (Herdado de IInUpdate<ParentT>) |
DefineAzureFirewallApplicationRule(String) |
Define a regra do aplicativo de firewall do Azure. |
UpdateAzureFirewallApplicationRule(String) |
Atualizações a regra do aplicativo 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 'Deny' no firewall do Azure. (Herdado de IWithRuleCollectionActionType<ParentT>) |
WithoutAzureFirewallApplicationRule(String) |
Remove a regra do aplicativo 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
Azure SDK for .NET