共用方式為


NwRuleSetIPRules Class

Definition

Description of NetWorkRuleSet - IpRules resource.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.NwRuleSetIPRulesTypeConverter))]
public class NwRuleSetIPRules : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.INwRuleSetIPRules
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.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.ServiceBus.Models.Api20221001Preview.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