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

ValidateResourceTypes Class

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

public class ValidateResourceTypes

Defines values for ValidateResourceTypes.

Field Summary

Modifier and Type Field and Description
final ValidateResourceTypes SERVER_FARM

Static value ServerFarm for ValidateResourceTypes.

final ValidateResourceTypes SITE

Static value Site for ValidateResourceTypes.

Constructor Summary

Constructor Description
ValidateResourceTypes(String value)

Creates a custom value for ValidateResourceTypes.

Method Summary

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

Field Details

SERVER_FARM

public static final ValidateResourceTypes SERVER_FARM= new ValidateResourceTypes("ServerFarm")

Static value ServerFarm for ValidateResourceTypes.

SITE

public static final ValidateResourceTypes SITE= new ValidateResourceTypes("Site")

Static value Site for ValidateResourceTypes.

Constructor Details

ValidateResourceTypes

public ValidateResourceTypes(String value)

Creates a custom value for ValidateResourceTypes.

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