Partilhar via


IWithNetworkRuleSettings Interface

Definição

O estágio da atualização do firewall do Azure que permite especificar as configurações de regra de rede.

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
Implementações

Métodos

Attach()

O estágio da atualização do firewall do Azure que permite especificar as configurações de regra de rede.

(Herdado de IInUpdate<ParentT>)
WithAnyProtocol()

Adiciona o protocolo ANY na regra de firewall.

(Herdado de IWithRuleProtocol<ParentT>)
WithDescription(String)

Define a descrição da regra de firewall no firewall do Azure.

(Herdado de IWithDescription<ParentT>)
WithDestinationAddress(String)

Define o endereço de destino da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationAddress<ParentT>)
WithDestinationAddresses(IList<String>)

Define os endereços de destino da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationAddress<ParentT>)
WithDestinationFullQualifiedDomainName(String)

Define o nome de domínio qualificado completo da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationFqdn<ParentT>)
WithDestinationFullQualifiedDomainNames(IList<String>)

Define os nomes de domínio completos qualificados da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationFqdn<ParentT>)
WithDestinationIpGroup(String)

Define o grupo IP de destino da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationIpGroup<ParentT>)
WithDestinationIpGroups(IList<String>)

Define os grupos de IP de destino da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationIpGroup<ParentT>)
WithDestinationPort(String)

Define a porta de destino da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationPort<ParentT>)
WithDestinationPorts(IList<String>)

Define as portas de destino da regra de firewall no firewall do Azure.

(Herdado de IWithDestinationPort<ParentT>)
WithIcmpProtocol()

Adiciona o protocolo ICMP na regra de firewall.

(Herdado de IWithRuleProtocol<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>)
WithTcpProtocol()

Adiciona o protocolo TCP na regra de firewall.

(Herdado de IWithRuleProtocol<ParentT>)
WithUdpProtocol()

Adiciona o protocolo UDP na regra de firewall.

(Herdado de IWithRuleProtocol<ParentT>)

Aplica-se a