IDiagnosticDetectorResponseProperties.DataSourceInstruction Property

Definition

Instructions if any for the data source

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Instructions if any for the data source", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="instructions", Update=true)]
public System.Collections.Generic.List<string> DataSourceInstruction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Instructions if any for the data source", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="instructions", Update=true)>]
member this.DataSourceInstruction : System.Collections.Generic.List<string> with get, set
Public Property DataSourceInstruction As List(Of String)

Property Value

Attributes

Applies to