Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ValidateResponseInner
-
Packages that use ValidateResponseInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient. -
-
Uses of ValidateResponseInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return ValidateResponseInner Modifier and Type Method Description ValidateResponseInnerResourceProvidersClient. validate(String resourceGroupName, ValidateRequest validateRequest)Description for Validate if a resource can be created.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ValidateResponseInner Modifier and Type Method Description Mono<ValidateResponseInner>ResourceProvidersClient. validateAsync(String resourceGroupName, ValidateRequest validateRequest)Description for Validate if a resource can be created.com.azure.core.http.rest.Response<ValidateResponseInner>ResourceProvidersClient. validateWithResponse(String resourceGroupName, ValidateRequest validateRequest, com.azure.core.util.Context context)Description for Validate if a resource can be created.Mono<com.azure.core.http.rest.Response<ValidateResponseInner>>ResourceProvidersClient. validateWithResponseAsync(String resourceGroupName, ValidateRequest validateRequest)Description for Validate if a resource can be created. -
Uses of ValidateResponseInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ValidateResponseInner Modifier and Type Method Description ValidateResponseInnerValidateResponseInner. withError(ValidateResponseError error)Set the error property: Error details for the case when validation fails.ValidateResponseInnerValidateResponseInner. withStatus(String status)Set the status property: Result of validation.
-