IWorkflowRunActionProperties.CorrelationClientKeyword Property

Definition

The client keywords.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The client keywords.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="clientKeywords", Update=true)]
public System.Collections.Generic.List<string> CorrelationClientKeyword { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="The client keywords.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="clientKeywords", Update=true)>]
member this.CorrelationClientKeyword : System.Collections.Generic.List<string> with get, set
Public Property CorrelationClientKeyword As List(Of String)

Property Value

Attributes

Applies to