| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withAccess(SecurityRuleAccess access)
Set the access property: Whether network traffic is allowed or denied.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDestinationAddressPrefix(String destinationAddressPrefix)
Set the destinationAddressPrefix property: The destination address prefix.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDestinationAddressPrefixes(List<String> destinationAddressPrefixes)
Set the destinationAddressPrefixes property: The destination address prefixes.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDestinationPortRange(String destinationPortRange)
Set the destinationPortRange property: The destination port or range.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDestinationPortRanges(List<String> destinationPortRanges)
Set the destinationPortRanges property: The destination port ranges.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withDirection(SecurityRuleDirection direction)
Set the direction property: The direction of the rule.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withExpandedDestinationAddressPrefix(List<String> expandedDestinationAddressPrefix)
Set the expandedDestinationAddressPrefix property: Expanded destination address prefix.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix(List<String> expandedSourceAddressPrefix)
Set the expandedSourceAddressPrefix property: The expanded source address prefix.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withName(String name)
Set the name property: The name of the security rule specified by the user (if created by the user).
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withPriority(Integer priority)
Set the priority property: The priority of the rule.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withProtocol(EffectiveSecurityRuleProtocol protocol)
Set the protocol property: The network protocol this rule applies to.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourceAddressPrefix(String sourceAddressPrefix)
Set the sourceAddressPrefix property: The source address prefix.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourceAddressPrefixes(List<String> sourceAddressPrefixes)
Set the sourceAddressPrefixes property: The source address prefixes.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourcePortRange(String sourcePortRange)
Set the sourcePortRange property: The source port or range.
|
EffectiveNetworkSecurityRule |
EffectiveNetworkSecurityRule.withSourcePortRanges(List<String> sourcePortRanges)
Set the sourcePortRanges property: The source port ranges.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.