Interface NetworkSecurityRule.UpdateStages.WithDirectionAccess
- All Known Subinterfaces:
NetworkSecurityRule.Update
- Enclosing interface:
NetworkSecurityRule.UpdateStages
public static interface NetworkSecurityRule.UpdateStages.WithDirectionAccess
The stage of the network rule description allowing the direction and the access type to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionAllows inbound traffic.Allows outbound traffic.Blocks inbound traffic.Blocks outbound traffic.
-
Method Details
-
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
-