NwRuleSetIPRules 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 response from the List namespace operation.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.NwRuleSetIPRulesTypeConverter))]
public class NwRuleSetIPRules : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.INwRuleSetIPRules
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.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.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() |