共用方式為


ProcessInfoInner.Modules 屬性

定義

取得或設定模組的清單。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於