| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DnsType |
DomainInner.dnsType()
Get the dnsType property: Current DNS type.
|
DnsType |
DomainInner.targetDnsType()
Get the targetDnsType property: Target DNS type (would be used for migration).
|
| Modifier and Type | Method and Description |
|---|---|
DomainInner |
DomainInner.withDnsType(DnsType dnsType)
Set the dnsType property: Current DNS type.
|
DomainInner |
DomainInner.withTargetDnsType(DnsType targetDnsType)
Set the targetDnsType property: Target DNS type (would be used for migration).
|
| Modifier and Type | Method and Description |
|---|---|
DnsType |
AppServiceDomain.dnsType() |
DnsType |
DomainPatchResource.dnsType()
Get the dnsType property: Current DNS type.
|
static DnsType |
DnsType.fromString(String value)
Parses a serialized value to a DnsType instance.
|
DnsType |
DomainPatchResource.targetDnsType()
Get the targetDnsType property: Target DNS type (would be used for migration).
|
static DnsType |
DnsType.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.
|
| Modifier and Type | Method and Description |
|---|---|
DomainPatchResource |
DomainPatchResource.withDnsType(DnsType dnsType)
Set the dnsType property: Current DNS type.
|
DomainPatchResource |
DomainPatchResource.withTargetDnsType(DnsType targetDnsType)
Set the targetDnsType property: Target DNS type (would be used for migration).
|
Copyright © 2021 Microsoft Corporation. All rights reserved.