Share via


FirewallRule Class

Definition

Represents a Firewall Rule for an Azure SQL Database Server.

public class FirewallRule : Microsoft.WindowsAzure.Management.Sql.Models.SqlModelCommon
type FirewallRule = class
    inherit SqlModelCommon
Public Class FirewallRule
Inherits SqlModelCommon
Inheritance
FirewallRule

Constructors

FirewallRule()

Initializes a new instance of the FirewallRule class.

Properties

EndIPAddress

Optional. Gets the ending IP address for this Firewall Rule.

Name

Optional. Gets the name of the service resource.

(Inherited from SqlModelCommon)
StartIPAddress

Optional. Gets the starting IP address for this Firewall Rule.

State

Optional. Gets the state of the service resource.

(Inherited from SqlModelCommon)
Type

Optional. Gets the type of the service resource.

(Inherited from SqlModelCommon)

Applies to