| 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 |
|---|---|
CustomHostnameDnsRecordType |
HostnameBindingInner.customHostnameDnsRecordType()
Get the customHostnameDnsRecordType property: Custom DNS record type.
|
CustomHostnameDnsRecordType |
HostnameBindingProperties.customHostnameDnsRecordType()
Get the customHostnameDnsRecordType property: Custom DNS record type.
|
| Modifier and Type | Method and Description |
|---|---|
HostnameBindingInner |
HostnameBindingInner.withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType)
Set the customHostnameDnsRecordType property: Custom DNS record type.
|
HostnameBindingProperties |
HostnameBindingProperties.withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType)
Set the customHostnameDnsRecordType property: Custom DNS record type.
|
| Modifier and Type | Method and Description |
|---|---|
CustomHostnameDnsRecordType |
Hostname.customHostnameDnsRecordType()
Get the customHostnameDnsRecordType property: Type of the DNS record.
|
CustomHostnameDnsRecordType |
HostnameBinding.dnsRecordType() |
static CustomHostnameDnsRecordType |
CustomHostnameDnsRecordType.fromString(String value)
Parses a serialized value to a CustomHostnameDnsRecordType instance.
|
static CustomHostnameDnsRecordType |
CustomHostnameDnsRecordType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomHostnameDnsRecordType[] |
CustomHostnameDnsRecordType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Hostname |
Hostname.withCustomHostnameDnsRecordType(CustomHostnameDnsRecordType customHostnameDnsRecordType)
Set the customHostnameDnsRecordType property: Type of the DNS record.
|
HostnameBinding.DefinitionStages.WithAttach<ParentT> |
HostnameBinding.DefinitionStages.WithHostNameDnsRecordType.withDnsRecordType(CustomHostnameDnsRecordType hostnameDnsRecordType)
Specifies the DNS record type.
|
HostnameBinding.UpdateDefinitionStages.WithAttach<ParentT> |
HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType.withDnsRecordType(CustomHostnameDnsRecordType hostnameDnsRecordType)
Specifies the DNS record type.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.