FirewallRule Class

Definition

A server firewall rule.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallRule : Microsoft.Azure.Management.Sql.Models.ProxyResourceWithWritableName
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallRule = class
    inherit ProxyResourceWithWritableName
Public Class FirewallRule
Inherits ProxyResourceWithWritableName
Inheritance
Attributes

Constructors

FirewallRule()

Initializes a new instance of the FirewallRule class.

FirewallRule(String, String, String, String, String)

Initializes a new instance of the FirewallRule class.

Properties

EndIpAddress

Gets or sets the end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress. Use value '0.0.0.0' for all Azure-internal IP addresses.

Id

Gets resource ID.

(Inherited from ResourceWithWritableName)
Name

Gets or sets resource name.

(Inherited from ResourceWithWritableName)
StartIpAddress

Gets or sets the start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' for all Azure-internal IP addresses.

Type

Gets resource type.

(Inherited from ResourceWithWritableName)

Applies to