Uses of Class
com.azure.resourcemanager.network.models.SecurityRuleDirection
-
Packages that use SecurityRuleDirection Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 SecurityRuleDirection Modifier and Type Method Description SecurityRuleDirectionSecurityRuleInner. direction()Get the direction property: The direction of the rule.SecurityRuleDirectionSecurityRulePropertiesFormat. direction()Get the direction property: The direction of the rule.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type SecurityRuleDirection Modifier and Type Method Description SecurityRuleInnerSecurityRuleInner. withDirection(SecurityRuleDirection direction)Set the direction property: The direction of the rule.SecurityRulePropertiesFormatSecurityRulePropertiesFormat. 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 SecurityRuleDirection Modifier and Type Field Description static SecurityRuleDirectionSecurityRuleDirection. INBOUNDStatic value Inbound for SecurityRuleDirection.static SecurityRuleDirectionSecurityRuleDirection. OUTBOUNDStatic value Outbound for SecurityRuleDirection.Methods in com.azure.resourcemanager.network.models that return SecurityRuleDirection Modifier and Type Method Description SecurityRuleDirectionEffectiveNetworkSecurityRule. direction()Get the direction property: The direction of the rule.SecurityRuleDirectionNetworkSecurityRule. direction()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 SecurityRuleDirection Modifier and Type Method Description static Collection<SecurityRuleDirection>SecurityRuleDirection. values()Methods in com.azure.resourcemanager.network.models with parameters of type SecurityRuleDirection Modifier and Type Method Description EffectiveNetworkSecurityRuleEffectiveNetworkSecurityRule. withDirection(SecurityRuleDirection direction)Set the direction property: The direction of the rule.
-