SpringAppDomains Interface
Implements
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 Type | Method and Description |
---|---|
abstract
Custom |
validate(String domain)
Checks the domain is validate for the app or not. |
abstract
Mono<Custom |
validateAsync(String domain)
Checks the domain is validate for the app or not. |
Method Details
validate
public abstract CustomDomainValidateResult validate(String domain)
Checks the domain is validate for the app or not.
Parameters:
Returns:
validateAsync
public abstract Mono
Checks the domain is validate for the app or not.
Parameters:
Returns:
Applies to
Azure SDK for Java