Interface NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
NetworkSecurityRule.UpdateDefinition<ParentT>, NetworkSecurityRule.UpdateDefinitionStages.Blank<ParentT>
- Enclosing interface:
NetworkSecurityRule.UpdateDefinitionStages
public static interface NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>
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
Allows inbound traffic.- Returns:
- the next stage of the definition
-
allowOutbound
NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> 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
-