Uses of Class
com.azure.resourcemanager.loganalytics.models.AccessRuleDirection
Packages that use AccessRuleDirection
Package
Description
Package containing the data models for LogAnalytics.
-
Uses of AccessRuleDirection in com.azure.resourcemanager.loganalytics.models
Subclasses with type arguments of type AccessRuleDirection in com.azure.resourcemanager.loganalytics.modelsFields in com.azure.resourcemanager.loganalytics.models declared as AccessRuleDirectionModifier and TypeFieldDescriptionstatic final AccessRuleDirectionAccessRuleDirection.INBOUNDApplies to inbound network traffic to the secured resources.static final AccessRuleDirectionAccessRuleDirection.OUTBOUNDApplies to outbound network traffic from the secured resources.Methods in com.azure.resourcemanager.loganalytics.models that return AccessRuleDirectionModifier and TypeMethodDescriptionAccessRuleProperties.direction()Get the direction property: The direction property.static AccessRuleDirectionAccessRuleDirection.fromString(String name) Creates or finds a AccessRuleDirection from its string representation.Methods in com.azure.resourcemanager.loganalytics.models that return types with arguments of type AccessRuleDirectionModifier and TypeMethodDescriptionstatic Collection<AccessRuleDirection> AccessRuleDirection.values()Gets known AccessRuleDirection values.