Share via


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

CreateFirewallRuleWithAccountParameters 类

定义

用于在创建新的Data Lake Analytics帐户时创建新的防火墙规则的参数。

[Microsoft.Rest.Serialization.JsonTransformation]
public class CreateFirewallRuleWithAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CreateFirewallRuleWithAccountParameters = class
Public Class CreateFirewallRuleWithAccountParameters
继承
CreateFirewallRuleWithAccountParameters
属性

构造函数

CreateFirewallRuleWithAccountParameters()

初始化 CreateFirewallRuleWithAccountParameters 类的新实例。

CreateFirewallRuleWithAccountParameters(String, String, String)

初始化 CreateFirewallRuleWithAccountParameters 类的新实例。

属性

EndIpAddress

获取或设置防火墙规则的结束 IP 地址。 这可以是 ipv4 或 ipv6。 Start 和 End 应位于同一协议中。

Name

获取或设置要创建的防火墙规则的唯一名称。

StartIpAddress

获取或设置防火墙规则的起始 IP 地址。 这可以是 ipv4 或 ipv6。 Start 和 End 应位于同一协议中。

方法

Validate()

验证 对象。

适用于