Compartilhar via


IFirewallRulesOperations Interface

Definição

Operações FirewallRulesOperations.

public interface IFirewallRulesOperations
type IFirewallRulesOperations = interface
Public Interface IFirewallRulesOperations

Métodos

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

Cria ou atualiza uma regra de firewall.

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

Exclui uma regra de firewall.

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

Obtêm uma regra de firewall.

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

Retorna uma lista de regras de firewall.

Métodos de Extensão

CreateOrUpdateAsync(IFirewallRulesOperations, String, String, String, FirewallRuleInner, CancellationToken)

Cria ou atualiza uma regra de firewall.

DeleteAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

Exclui uma regra de firewall.

GetAsync(IFirewallRulesOperations, String, String, String, CancellationToken)

Obtêm uma regra de firewall.

ListByServerAsync(IFirewallRulesOperations, String, String, CancellationToken)

Retorna uma lista de regras de firewall.

Aplica-se a