Uses of Class
com.azure.resourcemanager.network.models.AccessRuleDirection
Packages that use AccessRuleDirection
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AccessRuleDirection in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AccessRuleDirectionModifier and TypeMethodDescriptionNspAccessRuleInner.direction()Get the direction property: Direction that specifies whether the access rules is inbound/outbound.NspAccessRuleProperties.direction()Get the direction property: Direction that specifies whether the access rules is inbound/outbound.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type AccessRuleDirectionModifier and TypeMethodDescriptionNspAccessRuleInner.withDirection(AccessRuleDirection direction) Set the direction property: Direction that specifies whether the access rules is inbound/outbound.NspAccessRuleProperties.withDirection(AccessRuleDirection direction) Set the direction property: Direction that specifies whether the access rules is inbound/outbound. -
Uses of AccessRuleDirection in com.azure.resourcemanager.network.models
Subclasses with type arguments of type AccessRuleDirection in com.azure.resourcemanager.network.modelsModifier and TypeClassDescriptionfinal classDirection that specifies whether the access rules is inbound/outbound.Fields in com.azure.resourcemanager.network.models declared as AccessRuleDirectionModifier and TypeFieldDescriptionstatic final AccessRuleDirectionAccessRuleDirection.INBOUNDStatic value Inbound for AccessRuleDirection.static final AccessRuleDirectionAccessRuleDirection.OUTBOUNDStatic value Outbound for AccessRuleDirection.Methods in com.azure.resourcemanager.network.models that return AccessRuleDirectionModifier and TypeMethodDescriptionstatic AccessRuleDirectionAccessRuleDirection.fromString(String name) Creates or finds a AccessRuleDirection from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AccessRuleDirectionModifier and TypeMethodDescriptionstatic Collection<AccessRuleDirection> AccessRuleDirection.values()Gets known AccessRuleDirection values.