IPRules 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 rule with specific IP or IP range in CIDR format.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IPRulesTypeConverter))]
public class IPRules : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IIPRules
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IPRulesTypeConverter))>]
type IPRules = class
interface IIPRules
interface IJsonSerializable
Public Class IPRules
Implements IIPRules
- Inheritance
-
IPRules
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| IPRules() |
Creates an new IPRules instance. |
Properties
| Name | Description |
|---|---|
| Action |
The action of virtual network rule. |
| Value |
IP Rules Value |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPRules. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IIPRules. |
| FromJsonString(String) |
Creates a new instance of IPRules, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |