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
Azure |
azureResourceType() |
abstract
Custom |
dnsRecordType() |
abstract String | domainId() |
abstract
Hostname |
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java