Compartir a través de


ProcessInfo.Modules Propiedad

Definición

Obtiene o establece la lista de módulos.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a