Uses of Class
com.microsoft.azure.management.batch.NetworkSecurityGroupRule
Packages that use NetworkSecurityGroupRule
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of NetworkSecurityGroupRule in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return NetworkSecurityGroupRuleModifier and TypeMethodDescriptionNetworkSecurityGroupRule.withAccess
(NetworkSecurityGroupRuleAccess access) Set possible values include: 'Allow', 'Deny'.NetworkSecurityGroupRule.withPriority
(int priority) Set priorities within a pool must be unique and are evaluated in order of priority.NetworkSecurityGroupRule.withSourceAddressPrefix
(String sourceAddressPrefix) Set valid values are a single IP address (i.e.NetworkSecurityGroupRule.withSourcePortRanges
(List<String> sourcePortRanges) Set valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e.Methods in com.microsoft.azure.management.batch that return types with arguments of type NetworkSecurityGroupRuleModifier and TypeMethodDescriptionInboundNatPool.networkSecurityGroupRules()
Get the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25.Method parameters in com.microsoft.azure.management.batch with type arguments of type NetworkSecurityGroupRuleModifier and TypeMethodDescriptionInboundNatPool.withNetworkSecurityGroupRules
(List<NetworkSecurityGroupRule> networkSecurityGroupRules) Set the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25.