Compartilhar via


IOutboundFirewallRulesOperations Interface

Definição

Operações OutboundFirewallRulesOperations.

public interface IOutboundFirewallRulesOperations
type IOutboundFirewallRulesOperations = interface
Public Interface IOutboundFirewallRulesOperations

Métodos

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Crie uma regra de firewall de saída com um determinado nome.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Exclui uma regra de firewall de saída com um determinado nome.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Crie uma regra de firewall de saída com um determinado nome.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Exclui uma regra de firewall de saída com um determinado nome.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtém uma regra de firewall de saída.

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Obtém todas as regras de firewall de saída em um servidor.

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Obtém todas as regras de firewall de saída em um servidor.

Métodos de Extensão

BeginCreateOrUpdate(IOutboundFirewallRulesOperations, String, String, String)

Crie uma regra de firewall de saída com um determinado nome.

BeginCreateOrUpdateAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Crie uma regra de firewall de saída com um determinado nome.

BeginDelete(IOutboundFirewallRulesOperations, String, String, String)

Exclui uma regra de firewall de saída com um determinado nome.

BeginDeleteAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Exclui uma regra de firewall de saída com um determinado nome.

CreateOrUpdate(IOutboundFirewallRulesOperations, String, String, String)

Crie uma regra de firewall de saída com um determinado nome.

CreateOrUpdateAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Crie uma regra de firewall de saída com um determinado nome.

Delete(IOutboundFirewallRulesOperations, String, String, String)

Exclui uma regra de firewall de saída com um determinado nome.

DeleteAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Exclui uma regra de firewall de saída com um determinado nome.

Get(IOutboundFirewallRulesOperations, String, String, String)

Obtém uma regra de firewall de saída.

GetAsync(IOutboundFirewallRulesOperations, String, String, String, CancellationToken)

Obtém uma regra de firewall de saída.

ListByServer(IOutboundFirewallRulesOperations, String, String)

Obtém todas as regras de firewall de saída em um servidor.

ListByServerAsync(IOutboundFirewallRulesOperations, String, String, CancellationToken)

Obtém todas as regras de firewall de saída em um servidor.

ListByServerNext(IOutboundFirewallRulesOperations, String)

Obtém todas as regras de firewall de saída em um servidor.

ListByServerNextAsync(IOutboundFirewallRulesOperations, String, CancellationToken)

Obtém todas as regras de firewall de saída em um servidor.

Aplica-se a