Package version:

Interface OutboundFirewallRules

Interface representing a OutboundFirewallRules.

Hierarchy

  • OutboundFirewallRules

Methods

  • Deletes a outbound firewall rule with a given name.

    Parameters

    • resourceGroupName: string

      The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

    • serverName: string

      The name of the server.

    • outboundRuleFqdn: string
    • Optional options: OutboundFirewallRulesDeleteOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

Generated using TypeDoc