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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>allowInbound()Allows inbound traffic.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>allowOutbound()Allows outbound traffic.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>denyInbound()Blocks inbound traffic.NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>denyOutbound()Blocks outbound traffic.
-
-
-
Method Detail
-
allowInbound
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> allowInbound()
Allows inbound traffic.- Returns:
- the next stage of the definition
-
allowOutbound
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> allowOutbound()
Allows outbound traffic.- Returns:
- the next stage of the definition
-
denyInbound
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> denyInbound()
Blocks inbound traffic.- Returns:
- the next stage of the definition
-
denyOutbound
NetworkSecurityRule.DefinitionStages.WithSourceAddressOrSecurityGroup<ParentT> denyOutbound()
Blocks outbound traffic.- Returns:
- the next stage of the definition
-
-