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.withDestinationAddressPrefixes(List<String> destinationAddressPrefixes)
Set the destinationAddressPrefixes value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDestinationPortRange(String destinationPortRange)
Set the destinationPortRange value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDestinationPortRanges(List<String> destinationPortRanges)
Set the destinationPortRanges 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(EffectiveSecurityRuleProtocol protocol)
Set the protocol value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourceAddressPrefix(String sourceAddressPrefix)
Set the sourceAddressPrefix value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourceAddressPrefixes(List<String> sourceAddressPrefixes)
Set the sourceAddressPrefixes value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourcePortRange(String sourcePortRange)
Set the sourcePortRange value.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourcePortRanges(List<String> sourcePortRanges)
Set the sourcePortRanges 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 © 2019. All rights reserved.