Dela via


RelayNetworkRuleSetIPRule Class

Definition

The response from the List namespace operation.

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

Constructors

RelayNetworkRuleSetIPRule()

Initializes a new instance of RelayNetworkRuleSetIPRule.

Properties

Action

The IP Filter Action.

IPMask

IP Mask.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RelayNetworkRuleSetIPRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RelayNetworkRuleSetIPRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RelayNetworkRuleSetIPRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RelayNetworkRuleSetIPRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RelayNetworkRuleSetIPRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to