次の方法で共有


SiteConfigResourceInner.HandlerMappings プロパティ

定義

ハンドラー マッピングを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象