Uses of Class
com.azure.resourcemanager.dns.models.ZoneType
-
Packages that use ZoneType 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. -
-
Uses of ZoneType in com.azure.resourcemanager.dns.fluent.models
Methods in com.azure.resourcemanager.dns.fluent.models that return ZoneType Modifier and Type Method Description ZoneTypeZoneInner. zoneType()Get the zoneType property: The type of this DNS zone (Public or Private).ZoneTypeZoneProperties. zoneType()Get the zoneType property: The type of this DNS zone (Public or Private).Methods in com.azure.resourcemanager.dns.fluent.models with parameters of type ZoneType Modifier and Type Method Description ZoneInnerZoneInner. withZoneType(ZoneType zoneType)Set the zoneType property: The type of this DNS zone (Public or Private).ZonePropertiesZoneProperties. withZoneType(ZoneType zoneType)Set the zoneType property: The type of this DNS zone (Public or Private). -
Uses of ZoneType in com.azure.resourcemanager.dns.models
Methods in com.azure.resourcemanager.dns.models that return ZoneType Modifier and Type Method Description ZoneTypeDnsZone. accessType()static ZoneTypeZoneType. fromString(String value)Parses a serialized value to a ZoneType instance.static ZoneTypeZoneType. 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.
-