Uses of Enum
com.azure.resourcemanager.batch.models.NetworkSecurityGroupRuleAccess
Packages that use NetworkSecurityGroupRuleAccess
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of NetworkSecurityGroupRuleAccess in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return NetworkSecurityGroupRuleAccessModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type NetworkSecurityGroupRuleAccessModifier and TypeMethodDescriptionNetworkSecurityGroupRule.withAccess(NetworkSecurityGroupRuleAccess access) Set the access property: The action that should be taken for a specified IP address, subnet range or tag.