PipelineDiagnosticSettings 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
PipelineDiagnosticSettings() |
Initializes a new instance of the PipelineDiagnosticSettings class. |
PipelineDiagnosticSettings(HttpMessageDiagnostic, HttpMessageDiagnostic) |
Initializes a new instance of the PipelineDiagnosticSettings class. |
PipelineDiagnosticSettings()
Initializes a new instance of the PipelineDiagnosticSettings class.
public PipelineDiagnosticSettings();
Public Sub New ()
Applies to
PipelineDiagnosticSettings(HttpMessageDiagnostic, HttpMessageDiagnostic)
Initializes a new instance of the PipelineDiagnosticSettings class.
public PipelineDiagnosticSettings(Microsoft.Azure.Management.ApiManagement.Models.HttpMessageDiagnostic request = default, Microsoft.Azure.Management.ApiManagement.Models.HttpMessageDiagnostic response = default);
new Microsoft.Azure.Management.ApiManagement.Models.PipelineDiagnosticSettings : Microsoft.Azure.Management.ApiManagement.Models.HttpMessageDiagnostic * Microsoft.Azure.Management.ApiManagement.Models.HttpMessageDiagnostic -> Microsoft.Azure.Management.ApiManagement.Models.PipelineDiagnosticSettings
Public Sub New (Optional request As HttpMessageDiagnostic = Nothing, Optional response As HttpMessageDiagnostic = Nothing)
Parameters
- request
- HttpMessageDiagnostic
Diagnostic settings for request.
- response
- HttpMessageDiagnostic
Diagnostic settings for response.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET