Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPublicInnerError
-
Packages that use MicrosoftGraphPublicInnerError Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPublicInnerError in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPublicInnerError Modifier and Type Method Description MicrosoftGraphPublicInnerErrorMicrosoftGraphPublicError. innerError()Get the innerError property: publicInnerError.MicrosoftGraphPublicInnerErrorMicrosoftGraphPublicInnerError. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: publicInnerError.MicrosoftGraphPublicInnerErrorMicrosoftGraphPublicInnerError. withCode(String code)Set the code property: The code property.MicrosoftGraphPublicInnerErrorMicrosoftGraphPublicInnerError. withDetails(List<MicrosoftGraphPublicErrorDetail> details)Set the details property: The details property.MicrosoftGraphPublicInnerErrorMicrosoftGraphPublicInnerError. withMessage(String message)Set the message property: The message property.MicrosoftGraphPublicInnerErrorMicrosoftGraphPublicInnerError. withTarget(String target)Set the target property: The target property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPublicInnerError Modifier and Type Method Description MicrosoftGraphPublicErrorMicrosoftGraphPublicError. withInnerError(MicrosoftGraphPublicInnerError innerError)Set the innerError property: publicInnerError.
-