Interface SpringAppDomains
- All Superinterfaces:
HasManager<AppPlatformManager>,HasParent<SpringApp>,SupportsDeletingById,SupportsDeletingByName,SupportsGettingById<SpringAppDomain>,SupportsGettingByName<SpringAppDomain>,SupportsListing<SpringAppDomain>
public interface SpringAppDomains
extends HasManager<AppPlatformManager>, HasParent<SpringApp>, SupportsGettingById<SpringAppDomain>, SupportsGettingByName<SpringAppDomain>, SupportsListing<SpringAppDomain>, SupportsDeletingById, SupportsDeletingByName
Entry point for Spring App Custom Domains API.
-
Method Summary
Modifier and TypeMethodDescriptionChecks the domain is validate for the app or not.validateAsync(String domain) Checks the domain is validate for the app or not.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
managerMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingByName
deleteByName, deleteByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Method Details
-
validate
Checks the domain is validate for the app or not.- Parameters:
domain- the domain name- Returns:
- the domain is validate for the parent app or not
-
validateAsync
Checks the domain is validate for the app or not.- Parameters:
domain- the domain name- Returns:
- the domain is validate for the parent app or not
-