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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java