Uses of Class
com.microsoft.azure.management.network.SecurityRuleAccess
-
Packages that use SecurityRuleAccess Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of SecurityRuleAccess in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as SecurityRuleAccess Modifier and Type Field Description static SecurityRuleAccessSecurityRuleAccess. ALLOWStatic value Allow for SecurityRuleAccess.static SecurityRuleAccessSecurityRuleAccess. DENYStatic value Deny for SecurityRuleAccess.Methods in com.microsoft.azure.management.network that return SecurityRuleAccess Modifier and Type Method Description SecurityRuleAccessEffectiveNetworkSecurityRule. access()Get the access value.SecurityRuleAccessNetworkSecurityRule. access()static SecurityRuleAccessSecurityRuleAccess. fromString(String name)Creates or finds a SecurityRuleAccess from its string representation.Methods in com.microsoft.azure.management.network that return types with arguments of type SecurityRuleAccess Modifier and Type Method Description static Collection<SecurityRuleAccess>SecurityRuleAccess. values()Methods in com.microsoft.azure.management.network with parameters of type SecurityRuleAccess Modifier and Type Method Description EffectiveNetworkSecurityRuleEffectiveNetworkSecurityRule. withAccess(SecurityRuleAccess access)Set the access value.
-