Uses of Class
com.azure.resourcemanager.network.models.SecurityRuleDirection
Packages that use SecurityRuleDirection
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityRuleDirection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityRuleDirectionModifier and TypeMethodDescriptionSecurityRuleInner.direction()Get the direction property: The direction of the rule.SecurityRulePropertiesFormat.direction()Get the direction property: The direction of the rule.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SecurityRuleDirectionModifier and TypeMethodDescriptionSecurityRuleInner.withDirection(SecurityRuleDirection direction) Set the direction property: The direction of the rule.SecurityRulePropertiesFormat.withDirection(SecurityRuleDirection direction) Set the direction property: The direction of the rule. -
Uses of SecurityRuleDirection in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SecurityRuleDirectionModifier and TypeFieldDescriptionstatic final SecurityRuleDirectionSecurityRuleDirection.INBOUNDStatic value Inbound for SecurityRuleDirection.static final SecurityRuleDirectionSecurityRuleDirection.OUTBOUNDStatic value Outbound for SecurityRuleDirection.Methods in com.azure.resourcemanager.network.models that return SecurityRuleDirectionModifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.direction()Get the direction property: The direction of the rule.NetworkSecurityRule.direction()Gets the direction of the network traffic that the network security rule applies to.static SecurityRuleDirectionSecurityRuleDirection.fromString(String name) Creates or finds a SecurityRuleDirection from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SecurityRuleDirectionModifier and TypeMethodDescriptionstatic Collection<SecurityRuleDirection> SecurityRuleDirection.values()Gets known SecurityRuleDirection values.Methods in com.azure.resourcemanager.network.models with parameters of type SecurityRuleDirectionModifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.withDirection(SecurityRuleDirection direction) Set the direction property: The direction of the rule.