IWithNetworkRuleSettings 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 actualización de Azure Firewall que permite especificar la configuración de la regla de red.
public interface IWithNetworkRuleSettings : Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDescription<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationPort<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Update.IWithNetworkRuleCollectionSettings>
type IWithNetworkRuleSettings = interface
interface IWithDescription<IWithNetworkRuleSettings>
interface IWithRuleProtocol<IWithNetworkRuleSettings>
interface IWithSourceAddress<IWithNetworkRuleSettings>
interface IWithDestinationAddress<IWithNetworkRuleSettings>
interface IWithDestinationPort<IWithNetworkRuleSettings>
interface IWithDestinationFqdn<IWithNetworkRuleSettings>
interface IWithSourceIpGroup<IWithNetworkRuleSettings>
interface IWithDestinationIpGroup<IWithNetworkRuleSettings>
interface IInUpdate<IWithNetworkRuleCollectionSettings>
Public Interface IWithNetworkRuleSettings
Implements IInUpdate(Of IWithNetworkRuleCollectionSettings), IWithDescription(Of IWithNetworkRuleSettings), IWithDestinationAddress(Of IWithNetworkRuleSettings), IWithDestinationFqdn(Of IWithNetworkRuleSettings), IWithDestinationIpGroup(Of IWithNetworkRuleSettings), IWithDestinationPort(Of IWithNetworkRuleSettings), IWithRuleProtocol(Of IWithNetworkRuleSettings), IWithSourceAddress(Of IWithNetworkRuleSettings), IWithSourceIpGroup(Of IWithNetworkRuleSettings)
- Derivado
- Implementaciones
-
IWithDescription<IWithNetworkRuleSettings> IWithDestinationAddress<IWithNetworkRuleSettings> IWithDestinationFqdn<IWithNetworkRuleSettings> IWithDestinationIpGroup<IWithNetworkRuleSettings> IWithDestinationPort<IWithNetworkRuleSettings> IWithRuleProtocol<IWithNetworkRuleSettings> IWithSourceAddress<IWithNetworkRuleSettings> IWithSourceIpGroup<IWithNetworkRuleSettings> IInUpdate<IWithNetworkRuleCollectionSettings>
Métodos
Attach() |
Fase de la actualización de Azure Firewall que permite especificar la configuración de la regla de red. (Heredado de IInUpdate<ParentT>) |
WithAnyProtocol() |
Agrega el protocolo ANY en la regla de firewall. (Heredado de IWithRuleProtocol<ParentT>) |
WithDescription(String) |
Establece la descripción de la regla de firewall en Azure Firewall. (Heredado de IWithDescription<ParentT>) |
WithDestinationAddress(String) |
Establece la dirección de destino de la regla de firewall en Azure Firewall. (Heredado de IWithDestinationAddress<ParentT>) |
WithDestinationAddresses(IList<String>) |
Establece las direcciones de destino de la regla de firewall en Azure Firewall. (Heredado de IWithDestinationAddress<ParentT>) |
WithDestinationFullQualifiedDomainName(String) |
Establece el nombre de dominio completo de la regla de firewall en Azure Firewall. (Heredado de IWithDestinationFqdn<ParentT>) |
WithDestinationFullQualifiedDomainNames(IList<String>) |
Establece los nombres de dominio completos de la regla de firewall en Azure Firewall. (Heredado de IWithDestinationFqdn<ParentT>) |
WithDestinationIpGroup(String) |
Establece el grupo ip de destino de la regla de firewall en Azure Firewall. (Heredado de IWithDestinationIpGroup<ParentT>) |
WithDestinationIpGroups(IList<String>) |
Establece los grupos ip de destino de la regla de firewall en Azure Firewall. (Heredado de IWithDestinationIpGroup<ParentT>) |
WithDestinationPort(String) |
Establece el puerto de destino de la regla de firewall en Azure Firewall. (Heredado de IWithDestinationPort<ParentT>) |
WithDestinationPorts(IList<String>) |
Establece los puertos de destino de la regla de firewall en Azure Firewall. (Heredado de IWithDestinationPort<ParentT>) |
WithIcmpProtocol() |
Agrega el protocolo ICMP en la regla de firewall. (Heredado de IWithRuleProtocol<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>) |
WithTcpProtocol() |
Agrega el protocolo TCP en la regla de firewall. (Heredado de IWithRuleProtocol<ParentT>) |
WithUdpProtocol() |
Agrega el protocolo UDP en la regla de firewall. (Heredado de IWithRuleProtocol<ParentT>) |
Se aplica a
Azure SDK for .NET