DnsZoneType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. avs. models. DnsZoneType
- com.
- com.
public final class DnsZoneType
extends ExpandableStringEnum<DnsZoneType>
The type of DNS zone.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Dns |
PRIVATE
Private DNS zone. |
|
static final
Dns |
PUBLIC
Primary DNS zone. |
Constructor Summary
| Constructor | Description |
|---|---|
| DnsZoneType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Dns |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dns |
fromString(String name)
Creates or finds a Dns |
|
static
Collection<Dns |
values()
Gets known Dns |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
PRIVATE
public static final DnsZoneType PRIVATE
Private DNS zone.
PUBLIC
public static final DnsZoneType PUBLIC
Primary DNS zone.
Constructor Details
DnsZoneType
@Deprecated
public DnsZoneType()
Deprecated
Creates a new instance of DnsZoneType value.
Method Details
fromString
public static DnsZoneType fromString(String name)
Creates or finds a DnsZoneType from its string representation.
Parameters:
Returns:
values
public static Collection<DnsZoneType> values()
Gets known DnsZoneType values.
Returns: