QosPortRange Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Qos Traffic Profiler Port range properties.
public class QosPortRange : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.QosPortRange>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.QosPortRange>
public class QosPortRange
type QosPortRange = class
interface IJsonModel<QosPortRange>
interface IPersistableModel<QosPortRange>
type QosPortRange = class
Public Class QosPortRange
Implements IJsonModel(Of QosPortRange), IPersistableModel(Of QosPortRange)
Public Class QosPortRange
- Inheritance
-
QosPortRange
- Implements
Constructors
QosPortRange() |
Initializes a new instance of QosPortRange. |
Properties
End |
Qos Port Range end. |
Start |
Qos Port Range start. |
Explicit Interface Implementations
IJsonModel<QosPortRange>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QosPortRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QosPortRange>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QosPortRange>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QosPortRange>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET