你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HostnameBinding Interface

Implements

public interface HostnameBinding
extends HasInnerModel<HostnameBindingInner>, ExternalChildResource<HostnameBinding,WebAppBase>, Resource

An immutable representation of a host name binding.

Method Summary

Modifier and Type Method and Description
abstract String azureResourceName()

Gets Azure resource name to bind to.

abstract AzureResourceType azureResourceType()

Gets Azure resource type.

abstract CustomHostnameDnsRecordType dnsRecordType()

Gets custom DNS record type.

abstract String domainId()

Gets the fully qualified ARM domain resource URI.

abstract HostnameType hostnameType()

Gets the host name type.

abstract String webAppName()

Gets the web app name.

Method Details

azureResourceName

public abstract String azureResourceName()

Gets Azure resource name to bind to.

Returns:

Azure resource name to bind to

azureResourceType

public abstract AzureResourceType azureResourceType()

Gets Azure resource type.

Returns:

Azure resource type

dnsRecordType

public abstract CustomHostnameDnsRecordType dnsRecordType()

Gets custom DNS record type.

Returns:

custom DNS record type

domainId

public abstract String domainId()

Gets the fully qualified ARM domain resource URI.

Returns:

the fully qualified ARM domain resource URI

hostnameType

public abstract HostnameType hostnameType()

Gets the host name type.

Returns:

the host name type

webAppName

public abstract String webAppName()

Gets the web app name.

Returns:

the web app name

Applies to