Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPublicErrorDetail
Packages that use MicrosoftGraphPublicErrorDetail
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphPublicErrorDetail in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPublicErrorDetailModifier and TypeMethodDescriptionMicrosoftGraphPublicErrorDetail.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: publicErrorDetail.Set the code property: The code property.MicrosoftGraphPublicErrorDetail.withMessage(String message) Set the message property: The message property.MicrosoftGraphPublicErrorDetail.withTarget(String target) Set the target property: The target property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphPublicErrorDetailModifier and TypeMethodDescriptionMicrosoftGraphPublicError.details()Get the details property: The details property.MicrosoftGraphPublicInnerError.details()Get the details property: The details property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPublicErrorDetailModifier and TypeMethodDescriptionMicrosoftGraphPublicError.withDetails(List<MicrosoftGraphPublicErrorDetail> details) Set the details property: The details property.MicrosoftGraphPublicInnerError.withDetails(List<MicrosoftGraphPublicErrorDetail> details) Set the details property: The details property.