Uses of Class
com.azure.resourcemanager.appplatform.models.CustomDomainValidateResult
-
Packages that use CustomDomainValidateResult Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models Package containing the data models for AppPlatformManagementClient. -
-
Uses of CustomDomainValidateResult in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return CustomDomainValidateResult Modifier and Type Method Description CustomDomainValidateResultAppsClient. validateDomain(String resourceGroupName, String serviceName, String appName, String name)Check the resource name is valid as well as not in use.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type CustomDomainValidateResult Modifier and Type Method Description Mono<CustomDomainValidateResult>AppsClient. validateDomainAsync(String resourceGroupName, String serviceName, String appName, String name)Check the resource name is valid as well as not in use.com.azure.core.http.rest.Response<CustomDomainValidateResult>AppsClient. validateDomainWithResponse(String resourceGroupName, String serviceName, String appName, String name, com.azure.core.util.Context context)Check the resource name is valid as well as not in use.Mono<com.azure.core.http.rest.Response<CustomDomainValidateResult>>AppsClient. validateDomainWithResponseAsync(String resourceGroupName, String serviceName, String appName, String name)Check the resource name is valid as well as not in use. -
Uses of CustomDomainValidateResult in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return CustomDomainValidateResult Modifier and Type Method Description CustomDomainValidateResultSpringAppDomains. validate(String domain)Checks the domain is validate for the app or not.CustomDomainValidateResultCustomDomainValidateResult. withIsValid(Boolean isValid)Set the isValid property: Indicates if domain name is valid.CustomDomainValidateResultCustomDomainValidateResult. withMessage(String message)Set the message property: Message of why domain name is invalid.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type CustomDomainValidateResult Modifier and Type Method Description Mono<CustomDomainValidateResult>SpringAppDomains. validateAsync(String domain)Checks the domain is validate for the app or not.
-