Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ValidateResponseInner
Packages that use ValidateResponseInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
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 ValidateResponseInnerModifier and TypeMethodDescriptionResourceProvidersClient.validate(String resourceGroupName, ValidateRequestInner validateRequest) Validate if a resource can be created.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ValidateResponseInnerModifier and TypeMethodDescriptionResourceProvidersClient.validateAsync(String resourceGroupName, ValidateRequestInner validateRequest) Validate if a resource can be created.com.azure.core.http.rest.Response<ValidateResponseInner> ResourceProvidersClient.validateWithResponse(String resourceGroupName, ValidateRequestInner validateRequest, com.azure.core.util.Context context) Validate if a resource can be created.Mono<com.azure.core.http.rest.Response<ValidateResponseInner>> ResourceProvidersClient.validateWithResponseAsync(String resourceGroupName, ValidateRequestInner validateRequest) 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 ValidateResponseInnerModifier and TypeMethodDescriptionstatic ValidateResponseInnerValidateResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ValidateResponseInner from the JsonReader.ValidateResponseInner.withError(ValidateResponseError error) Set the error property: Error details for the case when validation fails.ValidateResponseInner.withStatus(String status) Set the status property: Result of validation.