| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withAccess(SecurityRuleAccess access)
Set the access value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDestinationAddressPrefix(String destinationAddressPrefix)
Set the destinationAddressPrefix value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDestinationPortRange(String destinationPortRange)
Set the destinationPortRange value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDirection(SecurityRuleDirection direction)
Set the direction value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withExpandedDestinationAddressPrefix(List<String> expandedDestinationAddressPrefix)
Set the expandedDestinationAddressPrefix value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix(List<String> expandedSourceAddressPrefix)
Set the expandedSourceAddressPrefix value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withName(String name)
Set the name value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withPriority(Integer priority)
Set the priority value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withProtocol(SecurityRuleProtocol protocol)
Set the protocol value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourceAddressPrefix(String sourceAddressPrefix)
Set the sourceAddressPrefix value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourcePortRange(String sourcePortRange)
Set the sourcePortRange value.
|
| Modifier and Type | Method and Description |
|---|---|
List<EffectiveNetworkSecurityRule> |
SecurityRuleAssociations.effectiveSecurityRules()
Get the effectiveSecurityRules value.
|
List<EffectiveNetworkSecurityRule> |
EffectiveNetworkSecurityGroup.effectiveSecurityRules()
Get the effectiveSecurityRules value.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleAssociations |
SecurityRuleAssociations.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
Set the effectiveSecurityRules value.
|
EffectiveNetworkSecurityGroup |
EffectiveNetworkSecurityGroup.withEffectiveSecurityRules(List<EffectiveNetworkSecurityRule> effectiveSecurityRules)
Set the effectiveSecurityRules value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/