BodyDiagnosticSettings Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.BodyDiagnosticSettings
- com.
public class BodyDiagnosticSettings
Body logging settings.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BodyDiagnosticSettings() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Integer |
bytes()
Get number of request body bytes to log. |
|
Body |
withBytes(Integer bytes)
Set number of request body bytes to log. |
Methods inherited from java.lang.Object
Constructor Details
BodyDiagnosticSettings
public BodyDiagnosticSettings()
Method Details
bytes
public Integer bytes()
Get number of request body bytes to log.
Returns:
withBytes
public BodyDiagnosticSettings withBytes(Integer bytes)
Set number of request body bytes to log.
Parameters:
Returns: