Uses of Class
com.azure.compute.batch.models.NetworkSecurityGroupRuleAccess
Packages that use NetworkSecurityGroupRuleAccess
-
Uses of NetworkSecurityGroupRuleAccess in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as NetworkSecurityGroupRuleAccessModifier and TypeFieldDescriptionstatic final NetworkSecurityGroupRuleAccess
NetworkSecurityGroupRuleAccess.ALLOW
Allow access.static final NetworkSecurityGroupRuleAccess
NetworkSecurityGroupRuleAccess.DENY
Deny access.Methods in com.azure.compute.batch.models that return NetworkSecurityGroupRuleAccessModifier and TypeMethodDescriptionNetworkSecurityGroupRuleAccess.fromString
(String name) Creates or finds a NetworkSecurityGroupRuleAccess from its string representation.NetworkSecurityGroupRule.getAccess()
Get the access property: The action that should be taken for a specified IP address, subnet range or tag.Methods in com.azure.compute.batch.models that return types with arguments of type NetworkSecurityGroupRuleAccessModifier and TypeMethodDescriptionNetworkSecurityGroupRuleAccess.values()
Gets known NetworkSecurityGroupRuleAccess values.Constructors in com.azure.compute.batch.models with parameters of type NetworkSecurityGroupRuleAccessModifierConstructorDescriptionNetworkSecurityGroupRule
(int priority, NetworkSecurityGroupRuleAccess access, String sourceAddressPrefix) Creates an instance of NetworkSecurityGroupRule class.