Language

IPRules Class

Definition

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)

Deserializes a PSObject into an instance of IPRules.

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)

Serializes this instance of IPRules into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to