次の方法で共有


ApplicationGatewayCustomError コンストラクター

定義

オーバーロード

ApplicationGatewayCustomError()

ApplicationGatewayCustomError クラスの新しいインスタンスを初期化します。

ApplicationGatewayCustomError(String, String)

ApplicationGatewayCustomError クラスの新しいインスタンスを初期化します。

ApplicationGatewayCustomError()

ApplicationGatewayCustomError クラスの新しいインスタンスを初期化します。

public ApplicationGatewayCustomError ();
Public Sub New ()

適用対象

ApplicationGatewayCustomError(String, String)

ApplicationGatewayCustomError クラスの新しいインスタンスを初期化します。

public ApplicationGatewayCustomError (string statusCode = default, string customErrorPageUrl = default);
new Microsoft.Azure.Management.Network.Models.ApplicationGatewayCustomError : string * string -> Microsoft.Azure.Management.Network.Models.ApplicationGatewayCustomError
Public Sub New (Optional statusCode As String = Nothing, Optional customErrorPageUrl As String = Nothing)

パラメーター

statusCode
String

アプリケーション ゲートウェイの顧客エラーの状態コード。 使用可能な値は、'HttpStatus403'、'HttpStatus502' です。

customErrorPageUrl
String

アプリケーション ゲートウェイのお客様エラーのエラー ページ URL。

適用対象