你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BodyDiagnosticSettings 构造函数

定义

重载

BodyDiagnosticSettings()

初始化 BodyDiagnosticSettings 类的新实例。

BodyDiagnosticSettings(Nullable<Int32>)

初始化 BodyDiagnosticSettings 类的新实例。

BodyDiagnosticSettings()

初始化 BodyDiagnosticSettings 类的新实例。

public BodyDiagnosticSettings ();
Public Sub New ()

适用于

BodyDiagnosticSettings(Nullable<Int32>)

初始化 BodyDiagnosticSettings 类的新实例。

public BodyDiagnosticSettings (int? bytes = default);
new Microsoft.Azure.Management.ApiManagement.Models.BodyDiagnosticSettings : Nullable<int> -> Microsoft.Azure.Management.ApiManagement.Models.BodyDiagnosticSettings
Public Sub New (Optional bytes As Nullable(Of Integer) = Nothing)

参数

bytes
Nullable<Int32>

要记录的请求正文字节数。

适用于