Uses of Class
com.azure.resourcemanager.batch.models.NetworkSecurityGroupRule
Packages that use NetworkSecurityGroupRule
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of NetworkSecurityGroupRule in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return NetworkSecurityGroupRuleModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type NetworkSecurityGroupRuleModifier and TypeMethodDescriptionInboundNatPool.networkSecurityGroupRules()Get the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type NetworkSecurityGroupRuleModifier and TypeMethodDescriptionInboundNatPool.withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules) Set the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.