IProcessor.TransformLanguageTransformStatement Property

Definition

Transform statement to execute over the data passing through the processor.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Transform statement to execute over the data passing through the processor.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="transformStatement", Update=true)]
public string TransformLanguageTransformStatement { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Runtime.Info(Create=true, Description="Transform statement to execute over the data passing through the processor.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="transformStatement", Update=true)>]
member this.TransformLanguageTransformStatement : string with get, set
Public Property TransformLanguageTransformStatement As String

Property Value

Attributes

Applies to