Uses of Class
com.azure.resourcemanager.batch.models.DeleteCertificateError
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of DeleteCertificateError in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionCertificateInner.deleteCertificateError()
Get the deleteCertificateError property: This is only returned when the certificate provisioningState is 'Failed'.CertificateProperties.deleteCertificateError()
Get the deleteCertificateError property: This is only returned when the certificate provisioningState is 'Failed'. -
Uses of DeleteCertificateError in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionCertificate.deleteCertificateError()
Gets the deleteCertificateError property: This is only returned when the certificate provisioningState is 'Failed'.Set the code property: An identifier for the error.DeleteCertificateError.withDetails
(List<DeleteCertificateError> details) Set the details property: A list of additional details about the error.DeleteCertificateError.withMessage
(String message) Set the message property: A message describing the error, intended to be suitable for display in a user interface.DeleteCertificateError.withTarget
(String target) Set the target property: The target of the particular error.Modifier and TypeMethodDescriptionDeleteCertificateError.details()
Get the details property: A list of additional details about the error.Modifier and TypeMethodDescriptionDeleteCertificateError.withDetails
(List<DeleteCertificateError> details) Set the details property: A list of additional details about the error.