NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT> 接口
定义
The stage of the network rule definition allowing the direction and the access type to be specified.
public interface WithDirectionAccess<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
方法
allowInbound() |
Allows inbound traffic. |
allowOutbound() |
Allows outbound traffic. |
denyInbound() |
Blocks inbound traffic. |
denyOutbound() |
Blocks outbound traffic. |