IRequestLogging Interface

Definition

[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)

Applies to