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

NetworkRuleSet 类

定义

主题资源的说明。

[Microsoft.Rest.Serialization.JsonTransformation]
public class NetworkRuleSet : Microsoft.Azure.Management.EventHub.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type NetworkRuleSet = class
    inherit ProxyResource
Public Class NetworkRuleSet
Inherits ProxyResource
继承
NetworkRuleSet
属性

构造函数

NetworkRuleSet()

初始化 NetworkRuleSet 类的新实例。

NetworkRuleSet(String, String, String, String, Nullable<Boolean>, String, IList<NWRuleSetVirtualNetworkRules>, IList<NWRuleSetIpRules>, String, SystemData)

初始化 NetworkRuleSet 类的新实例。

属性

DefaultAction

获取或设置网络规则集的默认操作。 可能的值包括:“Allow”、“Deny”

Id

获取资源的完全限定资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 ProxyResource)
IpRules

获取或设置 IpRules 的列表

Location

获取资源所在的地理位置

(继承自 ProxyResource)
Name

获取资源的名称

(继承自 ProxyResource)
PublicNetworkAccess

获取或设置此项确定是否允许通过公用网络流量。 默认情况下,它处于启用状态。 如果值为 SecuredByPerimeter,则入站和出站通信由网络安全外围和配置文件的访问规则控制。 可能的值包括:“Enabled”、“Disabled”、“SecuredByPerimeter”

SystemData

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

TrustedServiceAccessEnabled

获取或设置值,该值指示是否启用受信任的服务访问。

Type

获取资源的类型。 例如“Microsoft.EventHub/Namespaces”或“Microsoft.EventHub/Namespaces/EventHubs”

(继承自 ProxyResource)
VirtualNetworkRules

获取或设置列表 VirtualNetwork 规则

适用于