FirewallRule Members
Represents a Firewall Rule for an Azure SQL Database Server.
The following tables list the members exposed by the FirewallRule type.
Public Constructors
Name | Description | |
---|---|---|
FirewallRule | Initializes a new instance of the FirewallRule class. |
Top
Public Properties
Name | Description | |
---|---|---|
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) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
FirewallRule Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace