NetworkRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rule of type network.
public class NetworkRule : Azure.ResourceManager.Network.Models.FirewallPolicyRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.NetworkRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.NetworkRule>
type NetworkRule = class
inherit FirewallPolicyRule
interface IJsonModel<NetworkRule>
interface IPersistableModel<NetworkRule>
Public Class NetworkRule
Inherits FirewallPolicyRule
Implements IJsonModel(Of NetworkRule), IPersistableModel(Of NetworkRule)
- Inheritance
- Implements
Constructors
NetworkRule() |
Initializes a new instance of NetworkRule. |
Properties
Description |
Description of the rule. (Inherited from FirewallPolicyRule) |
DestinationAddresses |
List of destination IP addresses or Service Tags. |
DestinationFqdns |
List of destination FQDNs. |
DestinationIPGroups |
List of destination IpGroups for this rule. |
DestinationPorts |
List of destination ports. |
IPProtocols |
Array of FirewallPolicyRuleNetworkProtocols. |
Name |
Name of the rule. (Inherited from FirewallPolicyRule) |
SourceAddresses |
List of source IP addresses for this rule. |
SourceIPGroups |
List of source IpGroups for this rule. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from FirewallPolicyRule) |