你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RouteType Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.RouteType

public class RouteType

Defines values for RouteType.

Field Summary

Modifier and Type Field and Description
final RouteType DEFAULT

Static value DEFAULT for RouteType.

final RouteType INHERITED

Static value INHERITED for RouteType.

final RouteType STATIC

Static value STATIC for RouteType.

Constructor Summary

Constructor Description
RouteType(String value)

Creates a custom value for RouteType.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

DEFAULT

public static final RouteType DEFAULT= new RouteType("DEFAULT")

Static value DEFAULT for RouteType.

INHERITED

public static final RouteType INHERITED= new RouteType("INHERITED")

Static value INHERITED for RouteType.

STATIC

public static final RouteType STATIC= new RouteType("STATIC")

Static value STATIC for RouteType.

Constructor Details

RouteType

public RouteType(String value)

Creates a custom value for RouteType.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to