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

적용 대상