Share via


ExpectedStatusCodeRangeInfo Class

Definition

Min and max value of a status code range.

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

Constructors

ExpectedStatusCodeRangeInfo()

Initializes a new instance of ExpectedStatusCodeRangeInfo.

Properties

Max

Max status code.

Min

Min status code.

Explicit Interface Implementations

IJsonModel<ExpectedStatusCodeRangeInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExpectedStatusCodeRangeInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExpectedStatusCodeRangeInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExpectedStatusCodeRangeInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExpectedStatusCodeRangeInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to