Uses of Enum Class
com.microsoft.azure.management.batch.NetworkSecurityGroupRuleAccess
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of NetworkSecurityGroupRuleAccess in com.microsoft.azure.management.batch
Modifier 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.Modifier and TypeMethodDescriptionNetworkSecurityGroupRule.withAccess
(NetworkSecurityGroupRuleAccess access) Set possible values include: 'Allow', 'Deny'.