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

NetworkSecurityGroupResourceSettings 类

定义

定义 NSG 资源设置。

[Newtonsoft.Json.JsonObject("Microsoft.Network/networkSecurityGroups")]
public class NetworkSecurityGroupResourceSettings : Microsoft.Azure.Management.Migrate.ResourceMover.Models.ResourceSettings
[<Newtonsoft.Json.JsonObject("Microsoft.Network/networkSecurityGroups")>]
type NetworkSecurityGroupResourceSettings = class
    inherit ResourceSettings
Public Class NetworkSecurityGroupResourceSettings
Inherits ResourceSettings
继承
NetworkSecurityGroupResourceSettings
属性
Newtonsoft.Json.JsonObjectAttribute

构造函数

NetworkSecurityGroupResourceSettings()

初始化 NetworkSecurityGroupResourceSettings 类的新实例。

NetworkSecurityGroupResourceSettings(String, IDictionary<String,String>, IList<NsgSecurityRule>)

初始化 NetworkSecurityGroupResourceSettings 类的新实例。

属性

SecurityRules

获取或设置网络安全组的安全规则。

Tags

获取或设置资源标记。

TargetResourceName

获取或设置目标资源名称。

(继承自 ResourceSettings)

适用于