次の方法で共有


NsgCidr Class

Definition

A rule for allowing inbound (INGRESS) IP packets Serialized Name: NsgCidr

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

Constructors

NsgCidr(String)

Initializes a new instance of NsgCidr.

Properties

DestinationPortRange

Destination port range to specify particular destination ports for TCP rules. Serialized Name: NsgCidr.destinationPortRange

Source

Conceptually, this is the range of IP addresses that a packet coming into the instance can come from. Serialized Name: NsgCidr.source

Explicit Interface Implementations

IJsonModel<NsgCidr>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<NsgCidr>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NsgCidr>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NsgCidr>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NsgCidr>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to