| Package | Description |
|---|---|
| com.azure.resourcemanager.dns.fluent.models |
Package containing the inner data models for DnsManagementClient.
|
| com.azure.resourcemanager.dns.models |
Package containing the data models for DnsManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ZoneType |
ZoneInner.zoneType()
Get the zoneType property: The type of this DNS zone (Public or Private).
|
| Modifier and Type | Method and Description |
|---|---|
ZoneInner |
ZoneInner.withZoneType(ZoneType zoneType)
Set the zoneType property: The type of this DNS zone (Public or Private).
|
| Modifier and Type | Method and Description |
|---|---|
ZoneType |
DnsZone.accessType() |
static ZoneType |
ZoneType.fromString(String value)
Parses a serialized value to a ZoneType instance.
|
static ZoneType |
ZoneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZoneType[] |
ZoneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.