FunctionEnvelopeInner.Files Property

Definition

Gets or sets file list.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.files")]
public System.Collections.Generic.IDictionary<string,string> Files { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.files")>]
member this.Files : System.Collections.Generic.IDictionary<string, string> with get, set
Public Property Files As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to