IWithApplicationRuleSettings 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 definição de firewall do Azure que permite especificar as configurações de regra do aplicativo.
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
- Implementações
-
IWithApplicationRuleProtocol<IWithApplicationRuleSettings> IWithDescription<IWithApplicationRuleSettings> IWithFqdnTag<IWithApplicationRuleSettings> IWithSourceAddress<IWithApplicationRuleSettings> IWithSourceIpGroup<IWithApplicationRuleSettings> IWithTargetFqdn<IWithApplicationRuleSettings> IInDefinition<IWithApplicationRuleCollectionSettings>
Métodos
Attach() |
O estágio da definição de firewall do Azure que permite especificar as configurações de regra do aplicativo. (Herdado de IInDefinition<ParentT>) |
WithDescription(String) |
Define a descrição da regra de firewall no firewall do Azure. (Herdado de IWithDescription<ParentT>) |
WithFullQualifiedDomainNameTag(String) |
Define a marca de nome de domínio qualificado completo no firewall do Azure. (Herdado de IWithFqdnTag<ParentT>) |
WithFullQualifiedDomainNameTags(IList<String>) |
Define as marcas de nome de domínio qualificado completo no firewall do Azure. (Herdado de IWithFqdnTag<ParentT>) |
WithHttpProtocol(Nullable<Int32>) |
Define o protocolo Http da regra de firewall no firewall do Azure. (Herdado de IWithApplicationRuleProtocol<ParentT>) |
WithHttpsProtocol(Nullable<Int32>) |
Define o protocolo Https da regra de firewall no firewall do Azure. (Herdado de IWithApplicationRuleProtocol<ParentT>) |
WithMssqlProtocol(Nullable<Int32>) |
Define o protocolo Mssql da regra de firewall no firewall do Azure. (Herdado de IWithApplicationRuleProtocol<ParentT>) |
WithSourceAddress(String) |
Define o endereço de origem da regra de firewall no firewall do Azure. (Herdado de IWithSourceAddress<ParentT>) |
WithSourceAddresses(IList<String>) |
Define os endereços de origem da regra de firewall no firewall do Azure. (Herdado de IWithSourceAddress<ParentT>) |
WithSourceIpGroup(String) |
Define o grupo de IP de origem da regra de firewall no firewall do Azure. (Herdado de IWithSourceIpGroup<ParentT>) |
WithSourceIpGroups(IList<String>) |
Define os grupos de IP de origem da regra de firewall no firewall do Azure. (Herdado de IWithSourceIpGroup<ParentT>) |
WithTargetFullQualifiedDomainName(String) |
Define o nome de domínio completo qualificado de destino da regra de firewall no firewall do Azure. (Herdado de IWithTargetFqdn<ParentT>) |
WithTargetFullQualifiedDomainNames(IList<String>) |
Define os nomes de domínio qualificados completos de destino da regra de firewall no firewall do Azure. (Herdado de IWithTargetFqdn<ParentT>) |
Aplica-se a
Azure SDK for .NET