| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityGroupRule |
NetworkSecurityGroupRule.withAccess(NetworkSecurityGroupRuleAccess access)
Set possible values include: 'Allow', 'Deny'.
|
NetworkSecurityGroupRule |
NetworkSecurityGroupRule.withPriority(int priority)
Set priorities within a pool must be unique and are evaluated in order of priority.
|
NetworkSecurityGroupRule |
NetworkSecurityGroupRule.withSourceAddressPrefix(String sourceAddressPrefix)
Set valid values are a single IP address (i.e.
|
NetworkSecurityGroupRule |
NetworkSecurityGroupRule.withSourcePortRanges(List<String> sourcePortRanges)
Set valid values are '*' (for all ports 0 - 65535) or arrays of ports or port ranges (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkSecurityGroupRule> |
InboundNatPool.networkSecurityGroupRules()
Get the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25.
|
| Modifier and Type | Method and Description |
|---|---|
InboundNatPool |
InboundNatPool.withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)
Set the maximum number of rules that can be specified across all the endpoints on a Batch pool is 25.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/