Share via


ProcessInfo.Modules Property

Definition

Gets or sets list of modules.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.modules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ProcessModuleInfo> Modules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.modules")>]
member this.Modules : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.ProcessModuleInfo> with get, set
Public Property Modules As IList(Of ProcessModuleInfo)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to