Interface NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
NetworkSecurityRule.Definition<ParentT>, NetworkSecurityRule.DefinitionStages.Blank<ParentT>
- Enclosing interface:
NetworkSecurityRule.DefinitionStages
public static interface NetworkSecurityRule.DefinitionStages.WithDirectionAccess<ParentT>
The stage of the network rule definition 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
Allows inbound traffic.- Returns:
- the next stage of the definition
-
allowOutbound
Allows outbound traffic.- Returns:
- the next stage of the definition
-
denyInbound
Blocks inbound traffic.- Returns:
- the next stage of the definition
-
denyOutbound
Blocks outbound traffic.- Returns:
- the next stage of the definition
-