QosIPRange Class

Definition

Qos Traffic Profiler IP Range properties.

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

Constructors

QosIPRange()

Initializes a new instance of QosIPRange.

Properties

EndIP

End IP Address.

StartIP

Start IP Address.

Explicit Interface Implementations

IJsonModel<QosIPRange>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<QosIPRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<QosIPRange>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<QosIPRange>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<QosIPRange>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to