次の方法で共有


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

適用対象