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

DefaultAdminRule 类

定义

网络默认管理规则。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Default")]
public class DefaultAdminRule : Microsoft.Azure.Management.Network.Models.BaseAdminRule
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Default")>]
type DefaultAdminRule = class
    inherit BaseAdminRule
Public Class DefaultAdminRule
Inherits BaseAdminRule
继承
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

构造函数

DefaultAdminRule()

初始化 DefaultAdminRule 类的新实例。

DefaultAdminRule(String, String, String, String, SystemData, String, String, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String, Nullable<Int32>, String, String)

初始化 DefaultAdminRule 类的新实例。

属性

Access

获取指示此特定规则允许的访问。 可能的值包括:“Allow”、“Deny”、“AlwaysAllow”

Description

获取此规则的说明。 限制为 140 个字符。

DestinationPortRanges

获取目标端口范围。

Destinations

获取目标地址前缀。 CIDR 或目标 IP 范围。

Direction

获取 指示流量是与入站还是出站规则匹配。 可能的值包括:“Inbound”、“Outbound”

Etag

获取一个唯一的只读字符串,该字符串在资源更新时会更改。

(继承自 ChildResource)
Flag

获取或设置默认规则标志。

Id

获取资源 ID。

(继承自 ChildResource)
Name

获取资源名称。

(继承自 ChildResource)
Priority

获取规则的优先级。 该值可以介于 1 和 4096 之间。 集合中每个规则的优先级编号必须是唯一的。 优先级编号越低,规则优先级越高。

Protocol

获取此规则适用的网络协议。 可能的值包括:“Tcp”、“Udp”、“Icmp”、“Esp”、“Any”、“Ah”

ProvisioningState

获取资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

SourcePortRanges

获取源端口范围。

Sources

获取 CIDR 或源 IP 范围。

SystemData

获取与此资源相关的系统元数据。

(继承自 BaseAdminRule)
Type

获取资源类型。

(继承自 ChildResource)

适用于