azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
9.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.DeleteCertificateError"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError"
name: "DeleteCertificateError"
nameWithType: "DeleteCertificateError"
summary: "An error response from the Batch service."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **DeleteCertificateError**"
constructors:
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.DeleteCertificateError()"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.DeleteCertificateError()"
name: "DeleteCertificateError()"
nameWithType: "DeleteCertificateError.DeleteCertificateError()"
syntax: "public DeleteCertificateError()"
methods:
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.code()"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.code()"
name: "code()"
nameWithType: "DeleteCertificateError.code()"
summary: "Get an identifier for the error."
syntax: "public String code()"
desc: "Get an identifier for the error. Codes are invariant and are intended to be consumed programmatically."
returns:
description: "the code value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.details()"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.details()"
name: "details()"
nameWithType: "DeleteCertificateError.details()"
summary: "Get a list of additional details about the error."
syntax: "public List<DeleteCertificateError> details()"
desc: "Get a list of additional details about the error."
returns:
description: "the details value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.DeleteCertificateError?alt=com.microsoft.azure.management.batch.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.message()"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.message()"
name: "message()"
nameWithType: "DeleteCertificateError.message()"
summary: "Get a message describing the error, intended to be suitable for display in a user interface."
syntax: "public String message()"
desc: "Get a message describing the error, intended to be suitable for display in a user interface."
returns:
description: "the message value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.target()"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.target()"
name: "target()"
nameWithType: "DeleteCertificateError.target()"
summary: "Get the target of the particular error."
syntax: "public String target()"
desc: "Get the target of the particular error. For example, the name of the property in error."
returns:
description: "the target value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.withCode(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.withCode(String code)"
name: "withCode(String code)"
nameWithType: "DeleteCertificateError.withCode(String code)"
summary: "Set an identifier for the error."
parameters:
- description: "the code value to set"
name: "code"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeleteCertificateError withCode(String code)"
desc: "Set an identifier for the error. Codes are invariant and are intended to be consumed programmatically."
returns:
description: "the DeleteCertificateError object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.DeleteCertificateError?alt=com.microsoft.azure.management.batch.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.withDetails(java.util.List<com.microsoft.azure.management.batch.DeleteCertificateError>)"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.withDetails(List<DeleteCertificateError> details)"
name: "withDetails(List<DeleteCertificateError> details)"
nameWithType: "DeleteCertificateError.withDetails(List<DeleteCertificateError> details)"
summary: "Set a list of additional details about the error."
parameters:
- description: "the details value to set"
name: "details"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.DeleteCertificateError?alt=com.microsoft.azure.management.batch.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DeleteCertificateError withDetails(List<DeleteCertificateError> details)"
desc: "Set a list of additional details about the error."
returns:
description: "the DeleteCertificateError object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.DeleteCertificateError?alt=com.microsoft.azure.management.batch.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.withMessage(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "DeleteCertificateError.withMessage(String message)"
summary: "Set a message describing the error, intended to be suitable for display in a user interface."
parameters:
- description: "the message value to set"
name: "message"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeleteCertificateError withMessage(String message)"
desc: "Set a message describing the error, intended to be suitable for display in a user interface."
returns:
description: "the DeleteCertificateError object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.DeleteCertificateError?alt=com.microsoft.azure.management.batch.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.DeleteCertificateError.withTarget(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.DeleteCertificateError.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "DeleteCertificateError.withTarget(String target)"
summary: "Set the target of the particular error."
parameters:
- description: "the target value to set"
name: "target"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DeleteCertificateError withTarget(String target)"
desc: "Set the target of the particular error. For example, the name of the property in error."
returns:
description: "the DeleteCertificateError object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.DeleteCertificateError?alt=com.microsoft.azure.management.batch.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An error response from the Batch service."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4