Uses of Class
com.azure.resourcemanager.appservice.models.DnsType
-
Packages that use DnsType Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 DnsType Modifier and Type Method Description DnsTypeDomainInner. dnsType()Get the dnsType property: Current DNS type.DnsTypeDomainPatchResourceProperties. dnsType()Get the dnsType property: Current DNS type.DnsTypeDomainProperties. dnsType()Get the dnsType property: Current DNS type.DnsTypeDomainInner. targetDnsType()Get the targetDnsType property: Target DNS type (would be used for migration).DnsTypeDomainPatchResourceProperties. targetDnsType()Get the targetDnsType property: Target DNS type (would be used for migration).DnsTypeDomainProperties. 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 DnsType Modifier and Type Method Description DomainInnerDomainInner. withDnsType(DnsType dnsType)Set the dnsType property: Current DNS type.DomainPatchResourcePropertiesDomainPatchResourceProperties. withDnsType(DnsType dnsType)Set the dnsType property: Current DNS type.DomainPropertiesDomainProperties. withDnsType(DnsType dnsType)Set the dnsType property: Current DNS type.DomainInnerDomainInner. withTargetDnsType(DnsType targetDnsType)Set the targetDnsType property: Target DNS type (would be used for migration).DomainPatchResourcePropertiesDomainPatchResourceProperties. withTargetDnsType(DnsType targetDnsType)Set the targetDnsType property: Target DNS type (would be used for migration).DomainPropertiesDomainProperties. 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 DnsType Modifier and Type Method Description DnsTypeAppServiceDomain. dnsType()DnsTypeDomainPatchResource. dnsType()Get the dnsType property: Current DNS type.static DnsTypeDnsType. fromString(String value)Parses a serialized value to a DnsType instance.DnsTypeDomainPatchResource. targetDnsType()Get the targetDnsType property: Target DNS type (would be used for migration).static DnsTypeDnsType. valueOf(String name)Returns 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 DnsType Modifier and Type Method Description DomainPatchResourceDomainPatchResource. withDnsType(DnsType dnsType)Set the dnsType property: Current DNS type.DomainPatchResourceDomainPatchResource. withTargetDnsType(DnsType targetDnsType)Set the targetDnsType property: Target DNS type (would be used for migration).
-