FirewallRuleInner 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 server firewall rule.
[Microsoft.Rest.Serialization.JsonTransformation]
public class FirewallRuleInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FirewallRuleInner = class
inherit ProxyResourceInner
Public Class FirewallRuleInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
FirewallRuleInner() |
Initializes a new instance of the FirewallRuleInner class. |
FirewallRuleInner(String, String, String, String, String, String, String) |
Initializes a new instance of the FirewallRuleInner 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' to represent all Azure-internal IP addresses. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets kind of server that contains this firewall rule. |
Location |
Gets location of the server that contains this firewall rule. |
Name |
Resource name (Inherited from ProxyResource) |
StartIpAddress |
Gets or sets the start IP address of the firewall rule. Must be IPv4 format. Use value '0.0.0.0' to represent all Azure-internal IP addresses. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET