ServiceNetworkingIPAccessRule 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.
Ip Access Policy Rules.
public class ServiceNetworkingIPAccessRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceNetworking.Models.ServiceNetworkingIPAccessRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceNetworking.Models.ServiceNetworkingIPAccessRule>
type ServiceNetworkingIPAccessRule = class
interface IJsonModel<ServiceNetworkingIPAccessRule>
interface IPersistableModel<ServiceNetworkingIPAccessRule>
Public Class ServiceNetworkingIPAccessRule
Implements IJsonModel(Of ServiceNetworkingIPAccessRule), IPersistableModel(Of ServiceNetworkingIPAccessRule)
- Inheritance
-
ServiceNetworkingIPAccessRule
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceNetworkingIPAccessRule(String, Int32, IEnumerable<String>, ServiceNetworkingIPAccessRuleAction) |
Initializes a new instance of ServiceNetworkingIPAccessRule. |
Properties
| Name | Description |
|---|---|
| Action |
Action of the Rule. |
| Name |
Name of the Ip Access Rule. |
| Priority |
The priority of the rule. The value can be between 1 and 500. The priority number must be unique for each rule in the collection. The lower the priority number, the higher the priority of the rule. |
| SourceAddressPrefixes |
Source Address Prefixed Applied by the Rule. Asterisk '*' can also be used to match all source IPs. |