DeviceProvisioningServicesIPFilterRule 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.
The IP filter rules for a provisioning Service.
public class DeviceProvisioningServicesIPFilterRule
type DeviceProvisioningServicesIPFilterRule = class
Public Class DeviceProvisioningServicesIPFilterRule
- Inheritance
-
DeviceProvisioningServicesIPFilterRule
Constructors
DeviceProvisioningServicesIPFilterRule(String, DeviceProvisioningServicesIPFilterActionType, String) |
Initializes a new instance of DeviceProvisioningServicesIPFilterRule. |
Properties
Action |
The desired action for requests captured by this rule. |
FilterName |
The name of the IP filter rule. |
IPMask |
A string that contains the IP address range in CIDR notation for the rule. |
Target |
Target for requests captured by this rule. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET