Uses of Class
com.microsoft.azure.management.network.ErrorDetails
-
Packages that use ErrorDetails Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of ErrorDetails in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ErrorDetails Modifier and Type Method Description ErrorDetailsErrorDetails. withCode(String code)Set the code value.ErrorDetailsErrorDetails. withMessage(String message)Set the message value.ErrorDetailsErrorDetails. withTarget(String target)Set the target value.Methods in com.microsoft.azure.management.network that return types with arguments of type ErrorDetails Modifier and Type Method Description List<ErrorDetails>Error. details()Get the details value.Method parameters in com.microsoft.azure.management.network with type arguments of type ErrorDetails Modifier and Type Method Description ErrorError. withDetails(List<ErrorDetails> details)Set the details value.
-