Uses of Class
com.microsoft.azure.management.network.Access
-
Packages that use Access Package Description com.microsoft.azure.management.network 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 Access Modifier and Type Field Description static AccessAccess. ALLOWStatic value Allow for Access.static AccessAccess. DENYStatic value Deny for Access.Methods in com.microsoft.azure.management.network that return Access Modifier and Type Method Description AccessRouteFilterRule. access()AccessVerificationIPFlow. access()Get the access value.static AccessAccess. 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 Access Modifier and Type Method Description static Collection<Access>Access. values()
-