Interface HostnameBinding
-
- All Superinterfaces:
ChildResource<WebAppBase>,ExternalChildResource<HostnameBinding,WebAppBase>,HasId,HasInnerModel<HostnameBindingInner>,HasName,HasParent<WebAppBase>,Indexable,Refreshable<HostnameBinding>,Resource
public interface HostnameBinding extends HasInnerModel<HostnameBindingInner>, ExternalChildResource<HostnameBinding,WebAppBase>, Resource
An immutable representation of a host name binding.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHostnameBinding.Definition<ParentT>The entirety of a hostname binding definition.static interfaceHostnameBinding.DefinitionStagesGrouping of hostname binding definition stages applicable as part of a web app creation.static interfaceHostnameBinding.UpdateDefinition<ParentT>The entirety of a hostname binding definition as part of a web app update.static interfaceHostnameBinding.UpdateDefinitionStagesGrouping of host name binding definition stages applicable as part of a web app creation.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringazureResourceName()AzureResourceTypeazureResourceType()CustomHostnameDnsRecordTypednsRecordType()StringdomainId()HostnameTypehostnameType()StringwebAppName()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.ExternalChildResource
id
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parent
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
webAppName
String webAppName()
- Returns:
- the web app name
-
domainId
String domainId()
- Returns:
- the fully qualified ARM domain resource URI
-
azureResourceName
String azureResourceName()
- Returns:
- Azure resource name to bind to
-
azureResourceType
AzureResourceType azureResourceType()
- Returns:
- Azure resource type
-
dnsRecordType
CustomHostnameDnsRecordType dnsRecordType()
- Returns:
- custom DNS record type
-
hostnameType
HostnameType hostnameType()
- Returns:
- the host name type
-
-