Uses of Class
com.microsoft.azure.management.network.SecurityRuleDirection
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of SecurityRuleDirection in com.microsoft.azure.management.network
Modifier and TypeFieldDescriptionstatic final SecurityRuleDirection
SecurityRuleDirection.INBOUND
Static value Inbound for SecurityRuleDirection.static final SecurityRuleDirection
SecurityRuleDirection.OUTBOUND
Static value Outbound for SecurityRuleDirection.Modifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.direction()
Get the direction of the rule.NetworkSecurityRule.direction()
static SecurityRuleDirection
SecurityRuleDirection.fromString
(String name) Creates or finds a SecurityRuleDirection from its string representation.Modifier and TypeMethodDescriptionstatic Collection<SecurityRuleDirection>
SecurityRuleDirection.values()
Modifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.withDirection
(SecurityRuleDirection direction) Set the direction of the rule.