Uses of Enum
com.azure.resourcemanager.batch.models.NetworkSecurityGroupRuleAccess
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of NetworkSecurityGroupRuleAccess in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionNetworkSecurityGroupRule.access()
Get the access property: The action that should be taken for a specified IP address, subnet range or tag.NetworkSecurityGroupRuleAccess.fromString
(String value) Parses a serialized value to a NetworkSecurityGroupRuleAccess instance.Returns the enum constant of this type with the specified name.static NetworkSecurityGroupRuleAccess[]
NetworkSecurityGroupRuleAccess.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionNetworkSecurityGroupRule.withAccess
(NetworkSecurityGroupRuleAccess access) Set the access property: The action that should be taken for a specified IP address, subnet range or tag.