Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallNetworkRule
-
Packages that use AzureFirewallNetworkRule Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AzureFirewallNetworkRule Modifier and Type Method Description List<AzureFirewallNetworkRule>AzureFirewallNetworkRuleCollectionPropertiesFormat. 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 AzureFirewallNetworkRule Modifier and Type Method Description AzureFirewallNetworkRuleCollectionPropertiesFormatAzureFirewallNetworkRuleCollectionPropertiesFormat. 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 AzureFirewallNetworkRule Modifier and Type Method Description AzureFirewallNetworkRuleAzureFirewallNetworkRule. withDescription(String description)Set the description property: Description of the rule.AzureFirewallNetworkRuleAzureFirewallNetworkRule. withDestinationAddresses(List<String> destinationAddresses)Set the destinationAddresses property: List of destination IP addresses.AzureFirewallNetworkRuleAzureFirewallNetworkRule. withDestinationFqdns(List<String> destinationFqdns)Set the destinationFqdns property: List of destination FQDNs.AzureFirewallNetworkRuleAzureFirewallNetworkRule. withDestinationIpGroups(List<String> destinationIpGroups)Set the destinationIpGroups property: List of destination IpGroups for this rule.AzureFirewallNetworkRuleAzureFirewallNetworkRule. withDestinationPorts(List<String> destinationPorts)Set the destinationPorts property: List of destination ports.AzureFirewallNetworkRuleAzureFirewallNetworkRule. withName(String name)Set the name property: Name of the network rule.AzureFirewallNetworkRuleAzureFirewallNetworkRule. withProtocols(List<AzureFirewallNetworkRuleProtocol> protocols)Set the protocols property: Array of AzureFirewallNetworkRuleProtocols.AzureFirewallNetworkRuleAzureFirewallNetworkRule. withSourceAddresses(List<String> sourceAddresses)Set the sourceAddresses property: List of source IP addresses for this rule.AzureFirewallNetworkRuleAzureFirewallNetworkRule. 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 AzureFirewallNetworkRule Modifier and Type Method Description List<AzureFirewallNetworkRule>AzureFirewallNetworkRuleCollection. 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 AzureFirewallNetworkRule Modifier and Type Method Description AzureFirewallNetworkRuleCollectionAzureFirewallNetworkRuleCollection. withRules(List<AzureFirewallNetworkRule> rules)Set the rules property: Collection of rules used by a network rule collection.
-