OnlineDeployment.RequestLoggingCaptureHeader Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Inlined)]
public System.Collections.Generic.List<string> RequestLoggingCaptureHeader { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Origin(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PropertyOrigin.Inlined)>]
member this.RequestLoggingCaptureHeader : System.Collections.Generic.List<string> with get, set
Public Property RequestLoggingCaptureHeader As List(Of String)

Property Value

Implements

Attributes

Applies to