HttpErrorRange 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.
The JSON object that represents the range for http status codes.
public class HttpErrorRange : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.HttpErrorRange>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.HttpErrorRange>
public class HttpErrorRange
type HttpErrorRange = class
interface IJsonModel<HttpErrorRange>
interface IPersistableModel<HttpErrorRange>
type HttpErrorRange = class
Public Class HttpErrorRange
Implements IJsonModel(Of HttpErrorRange), IPersistableModel(Of HttpErrorRange)
Public Class HttpErrorRange
- Inheritance
-
HttpErrorRange
- Implements
Constructors
HttpErrorRange() |
Initializes a new instance of HttpErrorRange. |
Properties
Begin |
The inclusive start of the http status code range. |
End |
The inclusive end of the http status code range. |
Explicit Interface Implementations
IJsonModel<HttpErrorRange>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HttpErrorRange>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HttpErrorRange>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HttpErrorRange>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HttpErrorRange>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET