IWithApplicationRuleSettings Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Fase de la definición de Azure Firewall que permite especificar la configuración de la regla de aplicación.
public interface IWithApplicationRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithApplicationRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithFqdnTag<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithTargetFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithApplicationRuleCollectionSettings>
type IWithApplicationRuleSettings = interface
interface IWithDescription<IWithApplicationRuleSettings>
interface IWithSourceAddress<IWithApplicationRuleSettings>
interface IWithApplicationRuleProtocol<IWithApplicationRuleSettings>
interface IWithTargetFqdn<IWithApplicationRuleSettings>
interface IWithFqdnTag<IWithApplicationRuleSettings>
interface IWithSourceIpGroup<IWithApplicationRuleSettings>
interface IInDefinition<IWithApplicationRuleCollectionSettings>
Public Interface IWithApplicationRuleSettings
Implements IInDefinition(Of IWithApplicationRuleCollectionSettings), IWithApplicationRuleProtocol(Of IWithApplicationRuleSettings), IWithDescription(Of IWithApplicationRuleSettings), IWithFqdnTag(Of IWithApplicationRuleSettings), IWithSourceAddress(Of IWithApplicationRuleSettings), IWithSourceIpGroup(Of IWithApplicationRuleSettings), IWithTargetFqdn(Of IWithApplicationRuleSettings)
- Derivado
- Implementaciones
-
IWithApplicationRuleProtocol<IWithApplicationRuleSettings> IWithDescription<IWithApplicationRuleSettings> IWithFqdnTag<IWithApplicationRuleSettings> IWithSourceAddress<IWithApplicationRuleSettings> IWithSourceIpGroup<IWithApplicationRuleSettings> IWithTargetFqdn<IWithApplicationRuleSettings> IInDefinition<IWithApplicationRuleCollectionSettings>
Métodos
Attach() |
Fase de la definición de Azure Firewall que permite especificar la configuración de la regla de aplicación. (Heredado de IInDefinition<ParentT>) |
WithDescription(String) |
Establece la descripción de la regla de firewall en Azure Firewall. (Heredado de IWithDescription<ParentT>) |
WithFullQualifiedDomainNameTag(String) |
Establece la etiqueta del nombre de dominio completo en Azure Firewall. (Heredado de IWithFqdnTag<ParentT>) |
WithFullQualifiedDomainNameTags(IList<String>) |
Establece las etiquetas del nombre de dominio completo en Azure Firewall. (Heredado de IWithFqdnTag<ParentT>) |
WithHttpProtocol(Nullable<Int32>) |
Establece el protocolo Http de la regla de firewall en Azure Firewall. (Heredado de IWithApplicationRuleProtocol<ParentT>) |
WithHttpsProtocol(Nullable<Int32>) |
Establece el protocolo Https de la regla de firewall en Azure Firewall. (Heredado de IWithApplicationRuleProtocol<ParentT>) |
WithMssqlProtocol(Nullable<Int32>) |
Establece el protocolo Mssql de la regla de firewall en Azure Firewall. (Heredado de IWithApplicationRuleProtocol<ParentT>) |
WithSourceAddress(String) |
Establece la dirección de origen de la regla de firewall en Azure Firewall. (Heredado de IWithSourceAddress<ParentT>) |
WithSourceAddresses(IList<String>) |
Establece las direcciones de origen de la regla de firewall en Azure Firewall. (Heredado de IWithSourceAddress<ParentT>) |
WithSourceIpGroup(String) |
Establece el grupo ip de origen de la regla de firewall en Azure Firewall. (Heredado de IWithSourceIpGroup<ParentT>) |
WithSourceIpGroups(IList<String>) |
Establece los grupos de direcciones IP de origen de la regla de firewall en Azure Firewall. (Heredado de IWithSourceIpGroup<ParentT>) |
WithTargetFullQualifiedDomainName(String) |
Establece el nombre de dominio completo de destino de la regla de firewall en Azure Firewall. (Heredado de IWithTargetFqdn<ParentT>) |
WithTargetFullQualifiedDomainNames(IList<String>) |
Establece los nombres de dominio completos de destino de la regla de firewall en Azure Firewall. (Heredado de IWithTargetFqdn<ParentT>) |
Se aplica a
Azure SDK for .NET