IpFirewallRuleInfo 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
[Microsoft.Rest.Serialization.JsonTransformation]
public class IpFirewallRuleInfo : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IpFirewallRuleInfo = class
interface IResource
Public Class IpFirewallRuleInfo
Implements IResource
- Inheritance
-
IpFirewallRuleInfo
- Attributes
- Implements
Constructors
IpFirewallRuleInfo() |
Initializes a new instance of the IpFirewallRuleInfo class. |
IpFirewallRuleInfo(String, String, String) |
Initializes a new instance of the IpFirewallRuleInfo 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