Share via


ApplicationGatewayCustomErrorStatusCode クラス

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.ApplicationGatewayCustomErrorStatusCode

public final class ApplicationGatewayCustomErrorStatusCode
extends com.microsoft.rest.ExpandableStringEnum<ApplicationGatewayCustomErrorStatusCode>

ApplicationGatewayCustomErrorStatusCode の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final ApplicationGatewayCustomErrorStatusCode HTTP_STATUS403

ApplicationGatewayカスタムエラー状態コードの静的値 HttpStatus403

static final ApplicationGatewayCustomErrorStatusCode HTTP_STATUS502

ApplicationGatewayカスタムエラー状態コードの静的値 HttpStatus502

コンストラクターの概要

コンストラクター 説明
ApplicationGatewayCustomErrorStatusCode()

メソッドの概要

修飾子と型 メソッドと説明
static ApplicationGatewayCustomErrorStatusCode fromString(String name)

ApplicationGatewayのカスタムエラー状態コードを、その文字列表現から作成または検索します。

static java.util.Collection<ApplicationGatewayCustomErrorStatusCode> values()

メソッドの継承元: com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

フィールドの詳細

HTTP_STATUS403

public static final ApplicationGatewayCustomErrorStatusCode HTTP_STATUS403

ApplicationGatewayCustomErrorStatusCode の静的値 HttpStatus403。

HTTP_STATUS502

public static final ApplicationGatewayCustomErrorStatusCode HTTP_STATUS502

ApplicationGatewayCustomErrorStatusCode の静的値 HttpStatus502。

コンストラクターの詳細

ApplicationGatewayCustomErrorStatusCode

public ApplicationGatewayCustomErrorStatusCode()

メソッドの詳細

fromString

public static ApplicationGatewayCustomErrorStatusCode fromString(String name)

ApplicationGatewayCustomErrorStatusCode を、その文字列表現から作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する ApplicationGatewayCustomErrorStatusCode

values

public static Collection values()

Returns:

既知の ApplicationGatewayCustomErrorStatusCode 値

適用対象