Uses of Class
com.microsoft.azure.management.network.Access
Packages that use Access
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of Access in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as AccessModifier and TypeFieldDescriptionstatic final Access
Access.ALLOW
Static value Allow for Access.static final Access
Access.DENY
Static value Deny for Access.Methods in com.microsoft.azure.management.network that return AccessModifier and TypeMethodDescriptionPatchRouteFilterRule.access()
Get the access type of the rule.RouteFilterRule.access()
VerificationIPFlow.access()
Get the access value.static Access
Access.fromString
(String name) Creates or finds a Access from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type AccessMethods in com.microsoft.azure.management.network with parameters of type AccessModifier and TypeMethodDescriptionPatchRouteFilterRule.withAccess
(Access access) Set the access type of the rule.