ITransformLanguageProcessor.TransformStatement 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=true, SerializedName="transformStatement", Update=true)]
public string TransformStatement { 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=true, SerializedName="transformStatement", Update=true)>]
member this.TransformStatement : string with get, set
Public Property TransformStatement As String

Property Value

Attributes

Applies to