Uses of Class
com.microsoft.azure.management.batch.DeleteCertificateError
Packages that use DeleteCertificateError
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of DeleteCertificateError in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return DeleteCertificateErrorModifier and TypeMethodDescriptionSet an identifier for the error.DeleteCertificateError.withDetails
(List<DeleteCertificateError> details) Set a list of additional details about the error.DeleteCertificateError.withMessage
(String message) Set a message describing the error, intended to be suitable for display in a user interface.DeleteCertificateError.withTarget
(String target) Set the target of the particular error.Methods in com.microsoft.azure.management.batch that return types with arguments of type DeleteCertificateErrorModifier and TypeMethodDescriptionDeleteCertificateError.details()
Get a list of additional details about the error.Method parameters in com.microsoft.azure.management.batch with type arguments of type DeleteCertificateErrorModifier and TypeMethodDescriptionDeleteCertificateError.withDetails
(List<DeleteCertificateError> details) Set a list of additional details about the error.