你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IpFirewallRuleProperties 类

定义

IP 防火墙规则属性

public class IpFirewallRuleProperties
type IpFirewallRuleProperties = class
Public Class IpFirewallRuleProperties
继承
IpFirewallRuleProperties

构造函数

IpFirewallRuleProperties()

初始化 IpFirewallRuleProperties 类的新实例。

IpFirewallRuleProperties(String, String, String)

初始化 IpFirewallRuleProperties 类的新实例。

属性

EndIpAddress

获取或设置防火墙规则的结束 IP 地址。 必须为 IPv4 格式。 必须大于或等于 startIpAddress

ProvisioningState

获取资源预配状态。 可能的值包括:“Provisioning”、“Succeeded”、“Delete”、“Delete”、“Failed”、“DeleteError”

StartIpAddress

获取或设置防火墙规则的起始 IP 地址。 必须为 IPv4 格式

适用于