Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPublicErrorDetail
-
Packages that use MicrosoftGraphPublicErrorDetail Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphPublicErrorDetail Modifier and Type Method Description MicrosoftGraphPublicErrorDetailMicrosoftGraphPublicErrorDetail. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: publicErrorDetail.MicrosoftGraphPublicErrorDetailMicrosoftGraphPublicErrorDetail. withCode(String code)Set the code property: The code property.MicrosoftGraphPublicErrorDetailMicrosoftGraphPublicErrorDetail. withMessage(String message)Set the message property: The message property.MicrosoftGraphPublicErrorDetailMicrosoftGraphPublicErrorDetail. 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 MicrosoftGraphPublicErrorDetail Modifier and Type Method Description List<MicrosoftGraphPublicErrorDetail>MicrosoftGraphPublicError. details()Get the details property: The details property.List<MicrosoftGraphPublicErrorDetail>MicrosoftGraphPublicInnerError. details()Get the details property: The details property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphPublicErrorDetail Modifier and Type Method Description MicrosoftGraphPublicErrorMicrosoftGraphPublicError. withDetails(List<MicrosoftGraphPublicErrorDetail> details)Set the details property: The details property.MicrosoftGraphPublicInnerErrorMicrosoftGraphPublicInnerError. withDetails(List<MicrosoftGraphPublicErrorDetail> details)Set the details property: The details property.
-