IProcessor.TransformLanguageTransformStatement Property
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.
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