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()
abstract AzureResourceType azureResourceType()
abstract CustomHostnameDnsRecordType dnsRecordType()
abstract String domainId()
abstract HostnameType hostnameType()
abstract String webAppName()

Method Details

azureResourceName

public abstract String azureResourceName()

Returns:

Azure resource name to bind to

azureResourceType

public abstract AzureResourceType azureResourceType()

Returns:

Azure resource type

dnsRecordType

public abstract CustomHostnameDnsRecordType dnsRecordType()

Returns:

custom DNS record type

domainId

public abstract String domainId()

Returns:

the fully qualified ARM domain resource URI

hostnameType

public abstract HostnameType hostnameType()

Returns:

the host name type

webAppName

public abstract String webAppName()

Returns:

the web app name

Applies to