Uses of Enum
com.azure.resourcemanager.appservice.models.DnsType
Packages that use DnsType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DnsType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DnsTypeModifier and TypeMethodDescriptionDomainInner.dnsType()Get the dnsType property: Current DNS type.DomainPatchResourceProperties.dnsType()Get the dnsType property: Current DNS type.DomainProperties.dnsType()Get the dnsType property: Current DNS type.DomainInner.targetDnsType()Get the targetDnsType property: Target DNS type (would be used for migration).DomainPatchResourceProperties.targetDnsType()Get the targetDnsType property: Target DNS type (would be used for migration).DomainProperties.targetDnsType()Get the targetDnsType property: Target DNS type (would be used for migration).Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type DnsTypeModifier and TypeMethodDescriptionDomainInner.withDnsType(DnsType dnsType) Set the dnsType property: Current DNS type.DomainPatchResourceProperties.withDnsType(DnsType dnsType) Set the dnsType property: Current DNS type.DomainProperties.withDnsType(DnsType dnsType) Set the dnsType property: Current DNS type.DomainInner.withTargetDnsType(DnsType targetDnsType) Set the targetDnsType property: Target DNS type (would be used for migration).DomainPatchResourceProperties.withTargetDnsType(DnsType targetDnsType) Set the targetDnsType property: Target DNS type (would be used for migration).DomainProperties.withTargetDnsType(DnsType targetDnsType) Set the targetDnsType property: Target DNS type (would be used for migration). -
Uses of DnsType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DnsTypeModifier and TypeMethodDescriptionAppServiceDomain.dnsType()DomainPatchResource.dnsType()Get the dnsType property: Current DNS type.static DnsTypeDnsType.fromString(String value) Parses a serialized value to a DnsType instance.DomainPatchResource.targetDnsType()Get the targetDnsType property: Target DNS type (would be used for migration).static DnsTypeReturns the enum constant of this type with the specified name.static DnsType[]DnsType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type DnsTypeModifier and TypeMethodDescriptionDomainPatchResource.withDnsType(DnsType dnsType) Set the dnsType property: Current DNS type.DomainPatchResource.withTargetDnsType(DnsType targetDnsType) Set the targetDnsType property: Target DNS type (would be used for migration).