IWithNetworkRuleSettings 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 de rede.
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
- Implementações
-
IWithDescription<IWithNetworkRuleSettings> IWithDestinationAddress<IWithNetworkRuleSettings> IWithDestinationFqdn<IWithNetworkRuleSettings> IWithDestinationIpGroup<IWithNetworkRuleSettings> IWithDestinationPort<IWithNetworkRuleSettings> IWithRuleProtocol<IWithNetworkRuleSettings> IWithSourceAddress<IWithNetworkRuleSettings> IWithSourceIpGroup<IWithNetworkRuleSettings> IInDefinition<IWithNetworkRuleCollectionSettings>
Métodos
Attach() |
O estágio da definição de firewall do Azure que permite especificar as configurações de regra de rede. (Herdado de IInDefinition<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
Azure SDK for .NET