IFunctionEnvelope.TestData Property

Definition

Test data used when testing via the Azure Portal.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Test data used when testing via the Azure Portal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="test_data", Update=true)]
public string TestData { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Test data used when testing via the Azure Portal.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="test_data", Update=true)>]
member this.TestData : string with get, set
Public Property TestData As String

Property Value

Attributes

Applies to