Compartir a través de


IWithNetworkRuleSettings Interfaz

Definición

Fase de la definició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.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationFqdn<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithDestinationPort<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithRuleProtocol<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceAddress<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.Network.Fluent.AzureFirewall.BaseRule.IWithSourceIpGroup<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.IWithNetworkRuleSettings>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<Microsoft.Azure.Management.Network.Fluent.AzureFirewall.Definition.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 IInDefinition<IWithNetworkRuleCollectionSettings>
Public Interface IWithNetworkRuleSettings
Implements IInDefinition(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

Métodos

Attach()

Fase de la definición de Azure Firewall que permite especificar la configuración de la regla de red.

(Heredado de IInDefinition<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