Uses of Enum
com.azure.resourcemanager.dns.models.ZoneType
Packages that use ZoneType
Package
Description
Package containing the inner data models for DnsManagementClient.
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 ZoneTypeModifier and TypeMethodDescriptionZoneInner.zoneType()Get the zoneType property: The type of this DNS zone (Public or Private).ZoneProperties.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 ZoneTypeModifier and TypeMethodDescriptionZoneInner.withZoneType(ZoneType zoneType) Set the zoneType property: The type of this DNS zone (Public or Private).ZoneProperties.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
Subclasses with type arguments of type ZoneType in com.azure.resourcemanager.dns.modelsMethods in com.azure.resourcemanager.dns.models that return ZoneTypeModifier and TypeMethodDescriptionDnsZone.accessType()Gets the access type of this zone (Private or Public).static ZoneTypeZoneType.fromString(String value) Parses a serialized value to a ZoneType instance.static ZoneTypeReturns 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.