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() | |
HttpRequestInfo(String, String, String, String) |
HttpRequestInfo()
public HttpRequestInfo ();
Public Sub New ()
Applies to
HttpRequestInfo(String, String, String, String)
public HttpRequestInfo (string clientRequestId = default, string clientIpAddress = default, string method = default, string uri = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.HttpRequestInfo : string * string * string * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.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
- clientIpAddress
- String
- method
- String
- uri
- String