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
Azure |
azureResourceType()
Gets Azure resource type. |
abstract
Custom |
dnsRecordType()
Gets custom DNS record type. |
abstract String |
domainId()
Gets the fully qualified ARM domain resource URI. |
abstract
Hostname |
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:
azureResourceType
public abstract AzureResourceType azureResourceType()
Gets Azure resource type.
Returns:
dnsRecordType
public abstract CustomHostnameDnsRecordType dnsRecordType()
Gets custom DNS record type.
Returns:
domainId
public abstract String domainId()
Gets the fully qualified ARM domain resource URI.
Returns:
hostnameType
public abstract HostnameType hostnameType()
Gets the host name type.
Returns:
webAppName
public abstract String webAppName()
Gets the web app name.
Returns:
Applies to
Azure SDK for Java