你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HostNameBinding Interface
public interface HostNameBinding extends HasInner,ExternalChildResource<HostNameBinding, WebAppBase>,Resource
An immutable representation of a host name binding.
Method Summary
Modifier and Type | Method and Description |
---|---|
String | azureResourceName() |
Azure |
azureResourceType() |
Custom |
dnsRecordType() |
String | domainId() |
String | hostName() |
Host |
hostNameType() |
String | webAppName() |
Inherited Members
ExternalChildResource<FluentModelT,ParentT>.id()
HasId.id()
HasInner<T>.inner()
Indexable.key()
HasName.name()
HasParent<ParentT>.parent()
Refreshable<T>.refresh()
Refreshable<T>.refreshAsync()
Resource.region()
Resource.regionName()
Resource.tags()
Resource.type()
Method Details
azureResourceName
public String azureResourceName()
Returns:
Azure resource name to bind to
azureResourceType
public AzureResourceType azureResourceType()
Returns:
Azure resource type
dnsRecordType
public CustomHostNameDnsRecordType dnsRecordType()
Returns:
custom DNS record type
domainId
public String domainId()
Returns:
the fully qualified ARM domain resource URI
hostName
public String hostName()
Returns:
the hostname to bind to
hostNameType
public HostNameType hostNameType()
Returns:
the host name type
webAppName
public String webAppName()
Returns:
the web app name