Uses of Class
com.microsoft.azure.management.batch.NetworkSecurityGroupRule
-
-
Uses of NetworkSecurityGroupRule in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return NetworkSecurityGroupRule Modifier and Type Method Description NetworkSecurityGroupRuleNetworkSecurityGroupRule. withAccess(NetworkSecurityGroupRuleAccess access)Set the access value.NetworkSecurityGroupRuleNetworkSecurityGroupRule. withPriority(int priority)Set the priority value.NetworkSecurityGroupRuleNetworkSecurityGroupRule. withSourceAddressPrefix(String sourceAddressPrefix)Set the sourceAddressPrefix value.Methods in com.microsoft.azure.management.batch that return types with arguments of type NetworkSecurityGroupRule Modifier and Type Method Description List<NetworkSecurityGroupRule>InboundNatPool. networkSecurityGroupRules()Get the networkSecurityGroupRules value.Method parameters in com.microsoft.azure.management.batch with type arguments of type NetworkSecurityGroupRule Modifier and Type Method Description InboundNatPoolInboundNatPool. withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)Set the networkSecurityGroupRules value.
-