| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityGroupRule |
NetworkSecurityGroupRule.withAccess(NetworkSecurityGroupRuleAccess access)
Set the access value.
|
NetworkSecurityGroupRule |
NetworkSecurityGroupRule.withPriority(int priority)
Set the priority value.
|
NetworkSecurityGroupRule |
NetworkSecurityGroupRule.withSourceAddressPrefix(String sourceAddressPrefix)
Set the sourceAddressPrefix value.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkSecurityGroupRule> |
InboundNatPool.networkSecurityGroupRules()
Get the networkSecurityGroupRules value.
|
| Modifier and Type | Method and Description |
|---|---|
InboundNatPool |
InboundNatPool.withNetworkSecurityGroupRules(List<NetworkSecurityGroupRule> networkSecurityGroupRules)
Set the networkSecurityGroupRules value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/