Uses of Enum Class
com.microsoft.azure.management.batch.NetworkSecurityGroupRuleAccess
Packages that use NetworkSecurityGroupRuleAccess
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of NetworkSecurityGroupRuleAccess in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return NetworkSecurityGroupRuleAccessModifier and TypeMethodDescriptionNetworkSecurityGroupRule.access()
Get possible values include: 'Allow', 'Deny'.NetworkSecurityGroupRuleAccess.fromString
(String value) Parses a serialized value to a NetworkSecurityGroupRuleAccess instance.Returns the enum constant of this class with the specified name.static NetworkSecurityGroupRuleAccess[]
NetworkSecurityGroupRuleAccess.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.batch with parameters of type NetworkSecurityGroupRuleAccessModifier and TypeMethodDescriptionNetworkSecurityGroupRule.withAccess
(NetworkSecurityGroupRuleAccess access) Set possible values include: 'Allow', 'Deny'.