Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNetworkRule
Packages that use AzureFirewallNetworkRule
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallNetworkRule in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureFirewallNetworkRuleModifier and TypeMethodDescriptionAzureFirewallNetworkRuleCollectionPropertiesFormat.rules()Get the rules property: Collection of rules used by a network rule collection.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureFirewallNetworkRuleModifier and TypeMethodDescriptionAzureFirewallNetworkRuleCollectionPropertiesFormat.withRules(List<AzureFirewallNetworkRule> rules) Set the rules property: Collection of rules used by a network rule collection. -
Uses of AzureFirewallNetworkRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureFirewallNetworkRuleModifier and TypeMethodDescriptionstatic AzureFirewallNetworkRuleAzureFirewallNetworkRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallNetworkRule from the JsonReader.AzureFirewallNetworkRule.withDescription(String description) Set the description property: Description of the rule.AzureFirewallNetworkRule.withDestinationAddresses(List<String> destinationAddresses) Set the destinationAddresses property: List of destination IP addresses.AzureFirewallNetworkRule.withDestinationFqdns(List<String> destinationFqdns) Set the destinationFqdns property: List of destination FQDNs.AzureFirewallNetworkRule.withDestinationIpGroups(List<String> destinationIpGroups) Set the destinationIpGroups property: List of destination IpGroups for this rule.AzureFirewallNetworkRule.withDestinationPorts(List<String> destinationPorts) Set the destinationPorts property: List of destination ports.Set the name property: Name of the network rule.AzureFirewallNetworkRule.withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols) Set the protocols property: Array of AzureFirewallNetworkRuleProtocols.AzureFirewallNetworkRule.withSourceAddresses(List<String> sourceAddresses) Set the sourceAddresses property: List of source IP addresses for this rule.AzureFirewallNetworkRule.withSourceIpGroups(List<String> sourceIpGroups) Set the sourceIpGroups property: List of source IpGroups for this rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureFirewallNetworkRuleModifier and TypeMethodDescriptionAzureFirewallNetworkRuleCollection.rules()Get the rules property: Collection of rules used by a network rule collection.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureFirewallNetworkRuleModifier and TypeMethodDescriptionAzureFirewallNetworkRuleCollection.withRules(List<AzureFirewallNetworkRule> rules) Set the rules property: Collection of rules used by a network rule collection.