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 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.ApiPortalsClient.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 CustomDomainValidatePayload in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return CustomDomainValidatePayloadModifier and TypeMethodDescriptionstatic CustomDomainValidatePayloadCustomDomainValidatePayload.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDomainValidatePayload from the JsonReader.Set the name property: Name to be validated.