Uses of Interface
com.azure.resourcemanager.appservice.models.HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType
-
Packages that use HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType in com.azure.resourcemanager.appservice.models
Subinterfaces of HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceHostnameBinding.UpdateDefinition<ParentT>The entirety of a hostname binding definition as part of a web app update.Methods in com.azure.resourcemanager.appservice.models that return HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType Modifier and Type Method Description HostnameBinding.UpdateDefinitionStages.WithHostNameDnsRecordType<ParentT>HostnameBinding.UpdateDefinitionStages.WithSubDomain. withSubDomain(String subDomain)Specifies the sub-domain to bind to.
-