Uses of Class
com.azure.compute.batch.models.NetworkSecurityGroupRule
Packages that use NetworkSecurityGroupRule
-
Uses of NetworkSecurityGroupRule in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return NetworkSecurityGroupRuleModifier and TypeMethodDescriptionstatic NetworkSecurityGroupRule
NetworkSecurityGroupRule.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkSecurityGroupRule from the JsonReader.NetworkSecurityGroupRule.setSourcePortRanges
(List<String> sourcePortRanges) Set the sourcePortRanges property: The source port ranges to match for the rule.Methods in com.azure.compute.batch.models that return types with arguments of type NetworkSecurityGroupRuleModifier and TypeMethodDescriptionInboundNatPool.getNetworkSecurityGroupRules()
Get the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.Method parameters in com.azure.compute.batch.models with type arguments of type NetworkSecurityGroupRuleModifier and TypeMethodDescriptionInboundNatPool.setNetworkSecurityGroupRules
(List<NetworkSecurityGroupRule> networkSecurityGroupRules) Set the networkSecurityGroupRules property: A list of network security group rules that will be applied to the endpoint.