ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration Constructors
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.
Overloads
ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration() |
Initializes a new instance of the ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration class. |
ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration(String, IList<Nullable<Int64>>, IList<HTTPHeader>) |
Initializes a new instance of the ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration class. |
ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration()
Initializes a new instance of the ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration class.
public ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration ();
Public Sub New ()
Applies to
ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration(String, IList<Nullable<Int64>>, IList<HTTPHeader>)
Initializes a new instance of the ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration class.
public ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration (string method = default, System.Collections.Generic.IList<long?> validStatusCodes = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.HTTPHeader> headers = default);
new Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration : string * System.Collections.Generic.IList<Nullable<int64>> * System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.HTTPHeader> -> Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequestProtocolConfigurationHTTPConfiguration
Public Sub New (Optional method As String = Nothing, Optional validStatusCodes As IList(Of Nullable(Of Long)) = Nothing, Optional headers As IList(Of HTTPHeader) = Nothing)
Parameters
- method
- String
The HTTP method to be used. Possible values include: 'GET', 'POST'
List of HTTP status codes considered valid for the request response.
- headers
- IList<HTTPHeader>
List of headers to be included in the request.
Applies to
Azure SDK for .NET