Package | Description |
---|---|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
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 © 2019. All rights reserved.