IRequestLogging Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RequestLoggingTypeConverter))]
public interface IRequestLogging : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RequestLoggingTypeConverter))>]
type IRequestLogging = interface
interface IJsonSerializable
Public Interface IRequestLogging
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CaptureHeader |
For payload logging, we only collect payload by default. If customers also want to collect the specified headers, they can set them in captureHeaders so that backend will collect those headers along with payload. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |