Aracılığıyla paylaş


IpFirewallRuleProperties Class

Definition

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