次の方法で共有


ApplicationGateway.CustomErrorConfigurations プロパティ

定義

アプリケーション ゲートウェイ リソースのカスタム エラー構成を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象