你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DnsType Enum
- java.
lang. Object - java.
lang. Enum<DnsType> - com.
microsoft. azure. management. appservice. DnsType
- com.
- java.
public enum DnsType
Defines values for DnsType.
Fields
AZURE_DNS |
Enum value AzureDns. |
DEFAULT_DOMAIN_REGISTRAR_DNS |
Enum value DefaultDomainRegistrarDns. |
Methods
fromString(String value)
public static DnsType fromString(String value)
Parses a serialized value to a DnsType instance.
Parameters
- value
- String
Returns
the parsed DnsType object, or null if unable to parse.
toString()
public String toString()
Returns
String