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
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java