Interface NetworkSecurityRule.UpdateStages.WithDirectionAccess
-
- All Known Subinterfaces:
NetworkSecurityRule.Update
- Enclosing interface:
- NetworkSecurityRule.UpdateStages
public static interface NetworkSecurityRule.UpdateStages.WithDirectionAccessThe stage of the network rule description allowing the direction and the access type to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkSecurityRule.UpdateallowInbound()Allows inbound traffic.NetworkSecurityRule.UpdateallowOutbound()Allows outbound traffic.NetworkSecurityRule.UpdatedenyInbound()Blocks inbound traffic.NetworkSecurityRule.UpdatedenyOutbound()Blocks outbound traffic.
-
-
-
Method Detail
-
allowInbound
NetworkSecurityRule.Update allowInbound()
Allows inbound traffic.- Returns:
- the next stage of the definition
-
allowOutbound
NetworkSecurityRule.Update allowOutbound()
Allows outbound traffic.- Returns:
- the next stage of the definition
-
denyInbound
NetworkSecurityRule.Update denyInbound()
Blocks inbound traffic.- Returns:
- the next stage of the definition
-
denyOutbound
NetworkSecurityRule.Update denyOutbound()
Blocks outbound traffic.- Returns:
- the next stage of the definition
-
-