Uses of Class
com.azure.resourcemanager.network.models.SecurityConfigurationRuleDirection
Packages that use SecurityConfigurationRuleDirection
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityConfigurationRuleDirection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityConfigurationRuleDirectionModifier and TypeMethodDescriptionAdminPropertiesFormat.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.DefaultAdminPropertiesFormat.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.SecurityUserRuleInner.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.SecurityUserRulePropertiesFormat.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SecurityConfigurationRuleDirectionModifier and TypeMethodDescriptionAdminPropertiesFormat.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound.SecurityUserRuleInner.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound.SecurityUserRulePropertiesFormat.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound. -
Uses of SecurityConfigurationRuleDirection in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as SecurityConfigurationRuleDirectionModifier and TypeFieldDescriptionstatic final SecurityConfigurationRuleDirectionSecurityConfigurationRuleDirection.INBOUNDStatic value Inbound for SecurityConfigurationRuleDirection.static final SecurityConfigurationRuleDirectionSecurityConfigurationRuleDirection.OUTBOUNDStatic value Outbound for SecurityConfigurationRuleDirection.Methods in com.azure.resourcemanager.network.models that return SecurityConfigurationRuleDirectionModifier and TypeMethodDescriptionActiveDefaultSecurityAdminRule.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.ActiveSecurityAdminRule.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.AdminRule.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.DefaultAdminRule.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.EffectiveDefaultSecurityAdminRule.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.EffectiveSecurityAdminRule.direction()Get the direction property: Indicates if the traffic matched against the rule in inbound or outbound.SecurityConfigurationRuleDirection.fromString(String name) Creates or finds a SecurityConfigurationRuleDirection from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SecurityConfigurationRuleDirectionModifier and TypeMethodDescriptionSecurityConfigurationRuleDirection.values()Gets known SecurityConfigurationRuleDirection values.Methods in com.azure.resourcemanager.network.models with parameters of type SecurityConfigurationRuleDirectionModifier and TypeMethodDescriptionActiveSecurityAdminRule.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound.AdminRule.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound.EffectiveSecurityAdminRule.withDirection(SecurityConfigurationRuleDirection direction) Set the direction property: Indicates if the traffic matched against the rule in inbound or outbound.