HttpMessageDiagnostic 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
HttpMessageDiagnostic() |
Initializes a new instance of the HttpMessageDiagnostic class. |
HttpMessageDiagnostic(IList<String>, BodyDiagnosticSettings, DataMasking) |
Initializes a new instance of the HttpMessageDiagnostic class. |
HttpMessageDiagnostic()
Initializes a new instance of the HttpMessageDiagnostic class.
public HttpMessageDiagnostic ();
Public Sub New ()
Applies to
HttpMessageDiagnostic(IList<String>, BodyDiagnosticSettings, DataMasking)
Initializes a new instance of the HttpMessageDiagnostic class.
public HttpMessageDiagnostic (System.Collections.Generic.IList<string> headers = default, Microsoft.Azure.Management.ApiManagement.Models.BodyDiagnosticSettings body = default, Microsoft.Azure.Management.ApiManagement.Models.DataMasking dataMasking = default);
new Microsoft.Azure.Management.ApiManagement.Models.HttpMessageDiagnostic : System.Collections.Generic.IList<string> * Microsoft.Azure.Management.ApiManagement.Models.BodyDiagnosticSettings * Microsoft.Azure.Management.ApiManagement.Models.DataMasking -> Microsoft.Azure.Management.ApiManagement.Models.HttpMessageDiagnostic
Public Sub New (Optional headers As IList(Of String) = Nothing, Optional body As BodyDiagnosticSettings = Nothing, Optional dataMasking As DataMasking = Nothing)
Parameters
Body logging settings.
- dataMasking
- DataMasking
Data masking settings.