Uses of Class
com.azure.resourcemanager.appplatform.models.CustomDomainValidateResult
Packages that use CustomDomainValidateResult
Package
Description
Package containing the service clients for AppPlatformManagementClient.
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 CustomDomainValidateResultModifier and TypeMethodDescriptionApiPortalsClient.validateDomain(String resourceGroupName, String serviceName, String apiPortalName, CustomDomainValidatePayload validatePayload) Check the domains are valid as well as not in use.AppsClient.validateDomain(String resourceGroupName, String serviceName, String appName, CustomDomainValidatePayload validatePayload) Check the resource name is valid as well as not in use.GatewaysClient.validateDomain(String resourceGroupName, String serviceName, String gatewayName, CustomDomainValidatePayload validatePayload) Check the domains are valid as well as not in use.Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type CustomDomainValidateResultModifier and TypeMethodDescriptionApiPortalsClient.validateDomainAsync(String resourceGroupName, String serviceName, String apiPortalName, CustomDomainValidatePayload validatePayload) Check the domains are valid as well as not in use.AppsClient.validateDomainAsync(String resourceGroupName, String serviceName, String appName, CustomDomainValidatePayload validatePayload) Check the resource name is valid as well as not in use.GatewaysClient.validateDomainAsync(String resourceGroupName, String serviceName, String gatewayName, CustomDomainValidatePayload validatePayload) Check the domains are valid as well as not in use.com.azure.core.http.rest.Response<CustomDomainValidateResult>ApiPortalsClient.validateDomainWithResponse(String resourceGroupName, String serviceName, String apiPortalName, CustomDomainValidatePayload validatePayload, com.azure.core.util.Context context) Check the domains are valid as well as not in use.com.azure.core.http.rest.Response<CustomDomainValidateResult>AppsClient.validateDomainWithResponse(String resourceGroupName, String serviceName, String appName, CustomDomainValidatePayload validatePayload, com.azure.core.util.Context context) Check the resource name is valid as well as not in use.com.azure.core.http.rest.Response<CustomDomainValidateResult>GatewaysClient.validateDomainWithResponse(String resourceGroupName, String serviceName, String gatewayName, CustomDomainValidatePayload validatePayload, com.azure.core.util.Context context) Check the domains are valid as well as not in use.Mono<com.azure.core.http.rest.Response<CustomDomainValidateResult>>ApiPortalsClient.validateDomainWithResponseAsync(String resourceGroupName, String serviceName, String apiPortalName, CustomDomainValidatePayload validatePayload) Check the domains are valid as well as not in use.Mono<com.azure.core.http.rest.Response<CustomDomainValidateResult>>AppsClient.validateDomainWithResponseAsync(String resourceGroupName, String serviceName, String appName, CustomDomainValidatePayload validatePayload) Check the resource name is valid as well as not in use.Mono<com.azure.core.http.rest.Response<CustomDomainValidateResult>>GatewaysClient.validateDomainWithResponseAsync(String resourceGroupName, String serviceName, String gatewayName, CustomDomainValidatePayload validatePayload) Check the domains are 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 CustomDomainValidateResultModifier and TypeMethodDescriptionstatic CustomDomainValidateResultCustomDomainValidateResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDomainValidateResult from the JsonReader.Checks the domain is validate for the app or not.CustomDomainValidateResult.withIsValid(Boolean isValid) Set the isValid property: Indicates if domain name is valid.CustomDomainValidateResult.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 CustomDomainValidateResultModifier and TypeMethodDescriptionSpringAppDomains.validateAsync(String domain) Checks the domain is validate for the app or not.