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

IBlank<ParentT> 接口

定义

作为网络安全组更新的一部分的安全规则说明的第一阶段。

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithDirectionAccess<ParentT>
type IBlank<'ParentT> = interface
    interface IWithDirectionAccess<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDirectionAccess(Of ParentT)

类型参数

ParentT

最终的 Attachable.attach () 的返回类型。

派生
实现

方法

AllowInbound()

允许入站流量。

(继承自 IWithDirectionAccess<ParentT>)
AllowOutbound()

允许出站流量。

(继承自 IWithDirectionAccess<ParentT>)
DenyInbound()

阻止入站流量。

(继承自 IWithDirectionAccess<ParentT>)
DenyOutbound()

阻止出站流量。

(继承自 IWithDirectionAccess<ParentT>)

适用于