| 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 |
DomainProperties.dnsType()
Get the dnsType property: Current DNS type.
|
DnsType |
DomainInner.dnsType()
Get the dnsType property: Current DNS type.
|
DnsType |
DomainPatchResourceProperties.dnsType()
Get the dnsType property: Current DNS type.
|
DnsType |
DomainProperties.targetDnsType()
Get the targetDnsType property: Target DNS type (would be used for migration).
|
DnsType |
DomainInner.targetDnsType()
Get the targetDnsType property: Target DNS type (would be used for migration).
|
DnsType |
DomainPatchResourceProperties.targetDnsType()
Get the targetDnsType property: Target DNS type (would be used for migration).
|
| Modifier and Type | Method and Description |
|---|---|
DomainProperties |
DomainProperties.withDnsType(DnsType dnsType)
Set the dnsType property: Current DNS type.
|
DomainInner |
DomainInner.withDnsType(DnsType dnsType)
Set the dnsType property: Current DNS type.
|
DomainPatchResourceProperties |
DomainPatchResourceProperties.withDnsType(DnsType dnsType)
Set the dnsType property: Current DNS type.
|
DomainProperties |
DomainProperties.withTargetDnsType(DnsType targetDnsType)
Set the targetDnsType property: Target DNS type (would be used for migration).
|
DomainInner |
DomainInner.withTargetDnsType(DnsType targetDnsType)
Set the targetDnsType property: Target DNS type (would be used for migration).
|
DomainPatchResourceProperties |
DomainPatchResourceProperties.withTargetDnsType(DnsType targetDnsType)
Set the targetDnsType property: Target DNS type (would be used for migration).
|
| Modifier and Type | Method and Description |
|---|---|
DnsType |
DomainPatchResource.dnsType()
Get the dnsType property: Current DNS type.
|
DnsType |
AppServiceDomain.dnsType() |
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.