IpFirewallRuleInfo Class

Definition

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