Uses of Class
com.azure.resourcemanager.apimanagement.models.AuthorizationError
Packages that use AuthorizationError
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of AuthorizationError in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return AuthorizationErrorModifier and TypeMethodDescriptionAuthorizationContractInner.error()Get the error property: Authorization error details.AuthorizationContractProperties.error()Get the error property: Authorization error details.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type AuthorizationErrorModifier and TypeMethodDescriptionAuthorizationContractInner.withError(AuthorizationError error) Set the error property: Authorization error details.AuthorizationContractProperties.withError(AuthorizationError error) Set the error property: Authorization error details. -
Uses of AuthorizationError in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AuthorizationErrorModifier and TypeMethodDescriptionAuthorizationContract.error()Gets the error property: Authorization error details.static AuthorizationErrorAuthorizationError.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AuthorizationError from the JsonReader.Set the code property: Error code.AuthorizationError.withMessage(String message) Set the message property: Error message.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type AuthorizationErrorModifier and TypeMethodDescriptionAuthorizationContract.DefinitionStages.WithError.withError(AuthorizationError error) Specifies the error property: Authorization error details..AuthorizationContract.UpdateStages.WithError.withError(AuthorizationError error) Specifies the error property: Authorization error details..