I
InsightNexus

Class HttpConfiguration | Azure SDK for .NET

Author

James Stevens

Published Feb 16, 2026

HTTP configuration of the connectivity check.

Inheritance

System.Object

HttpConfiguration

Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.ResourceManager.Network.dll
Syntax
public class HttpConfiguration

Constructors

HttpConfiguration()

Initializes a new instance of HttpConfiguration.

Declaration
public HttpConfiguration ();

Properties

Method

HTTP method.

Declaration
public Nullable<Azure.ResourceManager.Network.Models.HttpMethod> Method { get; set; }
Property Value

ValidStatusCodes

Valid status codes.

Declaration
public System.Collections.Generic.IList<int> ValidStatusCodes { get; }
Property Value
System.Collections.Generic.IList<System.Int32>