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
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java