| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withDescription(String description)
Set the description property: Description of the rule.
|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withDestinationAddresses(List<String> destinationAddresses)
Set the destinationAddresses property: List of destination IP addresses.
|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withDestinationFqdns(List<String> destinationFqdns)
Set the destinationFqdns property: List of destination FQDNs.
|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withDestinationIpGroups(List<String> destinationIpGroups)
Set the destinationIpGroups property: List of destination IpGroups for this rule.
|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withDestinationPorts(List<String> destinationPorts)
Set the destinationPorts property: List of destination ports.
|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withName(String name)
Set the name property: Name of the network rule.
|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)
Set the protocols property: Array of AzureFirewallNetworkRuleProtocols.
|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withSourceAddresses(List<String> sourceAddresses)
Set the sourceAddresses property: List of source IP addresses for this rule.
|
AzureFirewallNetworkRule |
AzureFirewallNetworkRule.withSourceIpGroups(List<String> sourceIpGroups)
Set the sourceIpGroups property: List of source IpGroups for this rule.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.