Uses of Class
com.microsoft.azure.management.network.SecurityRuleDirection
Packages that use SecurityRuleDirection
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of SecurityRuleDirection in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as SecurityRuleDirectionModifier and TypeFieldDescriptionstatic final SecurityRuleDirection
SecurityRuleDirection.INBOUND
Static value Inbound for SecurityRuleDirection.static final SecurityRuleDirection
SecurityRuleDirection.OUTBOUND
Static value Outbound for SecurityRuleDirection.Methods in com.microsoft.azure.management.network that return SecurityRuleDirectionModifier 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.Methods in com.microsoft.azure.management.network that return types with arguments of type SecurityRuleDirectionModifier and TypeMethodDescriptionstatic Collection<SecurityRuleDirection>
SecurityRuleDirection.values()
Methods in com.microsoft.azure.management.network with parameters of type SecurityRuleDirectionModifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.withDirection
(SecurityRuleDirection direction) Set the direction of the rule.