FirewallRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
Azure SDK for .NET