FunctionEnvelope.TestData Property

Definition

Gets or sets test data used when testing via the Azure Portal.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.test_data")]
public string TestData { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.test_data")>]
member this.TestData : string with get, set
Public Property TestData As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to