Interface HostnameBinding.Definition<ParentT>
-
- Type Parameters:
ParentT- the return type of the finalAttachable.attach()
- All Superinterfaces:
Attachable.InDefinition<ParentT>,HostnameBinding.DefinitionStages.Blank<ParentT>,HostnameBinding.DefinitionStages.WithAttach<ParentT>,HostnameBinding.DefinitionStages.WithDomain<ParentT>,HostnameBinding.DefinitionStages.WithHostNameDnsRecordType<ParentT>,HostnameBinding.DefinitionStages.WithSubDomain<ParentT>
- Enclosing interface:
- HostnameBinding
public static interface HostnameBinding.Definition<ParentT> extends HostnameBinding.DefinitionStages.Blank<ParentT>, HostnameBinding.DefinitionStages.WithDomain<ParentT>, HostnameBinding.DefinitionStages.WithSubDomain<ParentT>, HostnameBinding.DefinitionStages.WithHostNameDnsRecordType<ParentT>, HostnameBinding.DefinitionStages.WithAttach<ParentT>
The entirety of a hostname binding definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.HostnameBinding.DefinitionStages.WithDomain
withAzureManagedDomain, withThirdPartyDomain
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.HostnameBinding.DefinitionStages.WithHostNameDnsRecordType
withDnsRecordType
-
Methods inherited from interface com.azure.resourcemanager.appservice.models.HostnameBinding.DefinitionStages.WithSubDomain
withSubDomain
-
-