Uses of Class
com.microsoft.azure.management.network.SecurityRuleAccess
Packages that use SecurityRuleAccess
Package
Description
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 SecurityRuleAccessModifier and TypeFieldDescriptionstatic final SecurityRuleAccess
SecurityRuleAccess.ALLOW
Static value Allow for SecurityRuleAccess.static final SecurityRuleAccess
SecurityRuleAccess.DENY
Static value Deny for SecurityRuleAccess.Methods in com.microsoft.azure.management.network that return SecurityRuleAccessModifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.access()
Get whether network traffic is allowed or denied.NetworkSecurityRule.access()
static SecurityRuleAccess
SecurityRuleAccess.fromString
(String name) Creates or finds a SecurityRuleAccess from its string representation.NetworkSecurityGroupResult.securityRuleAccessResult()
Get the network traffic is allowed or denied.Methods in com.microsoft.azure.management.network that return types with arguments of type SecurityRuleAccessModifier and TypeMethodDescriptionstatic Collection<SecurityRuleAccess>
SecurityRuleAccess.values()
Methods in com.microsoft.azure.management.network with parameters of type SecurityRuleAccessModifier and TypeMethodDescriptionEffectiveNetworkSecurityRule.withAccess
(SecurityRuleAccess access) Set whether network traffic is allowed or denied.NetworkSecurityGroupResult.withSecurityRuleAccessResult
(SecurityRuleAccess securityRuleAccessResult) Set the network traffic is allowed or denied.