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

IWithRule 接口

定义

允许添加或删除安全规则的资源定义的阶段。

public interface IWithRule
type IWithRule = interface
Public Interface IWithRule
派生

方法

DefineRule(String)

开始定义要添加到此网络安全组的新安全规则。

UpdateRule(String)

开始说明此网络安全组的现有安全规则的更新。

WithoutRule(String)

删除现有安全规则。

适用于