IpFirewallRuleProperties 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.
IP firewall rule properties
public class IpFirewallRuleProperties
type IpFirewallRuleProperties = class
Public Class IpFirewallRuleProperties
- Inheritance
-
IpFirewallRuleProperties
Constructors
IpFirewallRuleProperties() |
Initializes a new instance of the IpFirewallRuleProperties class. |
IpFirewallRuleProperties(String, String, String) |
Initializes a new instance of the IpFirewallRuleProperties 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 |
ProvisioningState |
Gets resource provisioning state. Possible values include: 'Provisioning', 'Succeeded', 'Deleting', 'Failed', 'DeleteError' |
StartIpAddress |
Gets or sets the start IP address of the firewall rule. Must be IPv4 format |
Applies to
Azure SDK for .NET