HttpRequestInfo 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
HttpRequestInfo() |
Initializes a new instance of the HttpRequestInfo class. |
HttpRequestInfo(String, String, String, String) |
Initializes a new instance of the HttpRequestInfo class. |
HttpRequestInfo()
Initializes a new instance of the HttpRequestInfo class.
public HttpRequestInfo ();
Public Sub New ()
Applies to
HttpRequestInfo(String, String, String, String)
Initializes a new instance of the HttpRequestInfo class.
public HttpRequestInfo (string clientRequestId = default, string clientIpAddress = default, string method = default, string uri = default);
new Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo : string * string * string * string -> Microsoft.Azure.Management.Monitor.Models.HttpRequestInfo
Public Sub New (Optional clientRequestId As String = Nothing, Optional clientIpAddress As String = Nothing, Optional method As String = Nothing, Optional uri As String = Nothing)
Parameters
- clientRequestId
- String
the client request id.
- clientIpAddress
- String
the client Ip Address
- method
- String
the Http request method.
- uri
- String
the Uri.