ServiceBusNetworkRuleSetIPRules Class

Definition

Description of NetWorkRuleSet - IpRules resource.

public class ServiceBusNetworkRuleSetIPRules : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusNetworkRuleSetIPRules>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusNetworkRuleSetIPRules>
type ServiceBusNetworkRuleSetIPRules = class
    interface IJsonModel<ServiceBusNetworkRuleSetIPRules>
    interface IPersistableModel<ServiceBusNetworkRuleSetIPRules>
Public Class ServiceBusNetworkRuleSetIPRules
Implements IJsonModel(Of ServiceBusNetworkRuleSetIPRules), IPersistableModel(Of ServiceBusNetworkRuleSetIPRules)
Inheritance
ServiceBusNetworkRuleSetIPRules
Implements

Constructors

ServiceBusNetworkRuleSetIPRules()

Initializes a new instance of ServiceBusNetworkRuleSetIPRules.

Properties

Action

The IP Filter Action.

IPMask

IP Mask.

Explicit Interface Implementations

IJsonModel<ServiceBusNetworkRuleSetIPRules>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceBusNetworkRuleSetIPRules>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceBusNetworkRuleSetIPRules>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceBusNetworkRuleSetIPRules>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceBusNetworkRuleSetIPRules>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to