Uses of Class
com.azure.resourcemanager.batch.models.DeleteCertificateError
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return DeleteCertificateErrorModifier 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
Methods in com.azure.resourcemanager.batch.models that return DeleteCertificateErrorModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type DeleteCertificateErrorModifier and TypeMethodDescriptionDeleteCertificateError.details()Get the details property: A list of additional details about the error.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type DeleteCertificateErrorModifier and TypeMethodDescriptionDeleteCertificateError.withDetails(List<DeleteCertificateError> details) Set the details property: A list of additional details about the error.