Uses of Class
com.azure.resourcemanager.batch.models.NetworkSecurityGroupRule
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of NetworkSecurityGroupRule in com.azure.resourcemanager.batch.models
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.NetworkSecurityGroupRule.withPriority
(int priority) Set the priority property: The priority for this rule.NetworkSecurityGroupRule.withSourceAddressPrefix
(String sourceAddressPrefix) Set the sourceAddressPrefix property: The source address prefix or tag to match for the rule.NetworkSecurityGroupRule.withSourcePortRanges
(List<String> sourcePortRanges) Set the sourcePortRanges property: The source port ranges to match for the rule.Modifier and TypeMethodDescriptionInboundNatPool.networkSecurityGroupRules()
Get the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.Modifier and TypeMethodDescriptionInboundNatPool.withNetworkSecurityGroupRules
(List<NetworkSecurityGroupRule> networkSecurityGroupRules) Set the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.