Uses of Class
com.azure.resourcemanager.appplatform.models.CustomDomainValidatePayload
Packages that use CustomDomainValidatePayload
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of CustomDomainValidatePayload in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent with parameters of type CustomDomainValidatePayloadModifier and TypeMethodDescriptionAppsClient.validateDomain(String resourceGroupName, String serviceName, String appName, CustomDomainValidatePayload validatePayload) Check the resource name is 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.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.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. -
Uses of CustomDomainValidatePayload in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return CustomDomainValidatePayloadModifier and TypeMethodDescriptionSet the name property: Name to be validated.