Share via


NwRuleSetIPRules Class

Definition

The response from the List namespace operation.

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NwRuleSetIPRulesTypeConverter))]
public class NwRuleSetIPRules : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.INwRuleSetIPRules
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.NwRuleSetIPRulesTypeConverter))>]
type NwRuleSetIPRules = class
    interface INwRuleSetIPRules
    interface IJsonSerializable
Public Class NwRuleSetIPRules
Implements INwRuleSetIPRules
Inheritance
NwRuleSetIPRules
Attributes
Implements

Constructors

NwRuleSetIPRules()

Creates an new NwRuleSetIPRules instance.

Properties

Action

The IP Filter Action

IPMask

IP Mask

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NwRuleSetIPRules.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NwRuleSetIPRules.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.INwRuleSetIPRules.

FromJsonString(String)

Creates a new instance of NwRuleSetIPRules, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of NwRuleSetIPRules into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to