azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.batch.p...

108 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError"
fullName: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError"
name: "DeleteCertificateError"
nameWithType: "DeleteCertificateError"
summary: "An error encountered by the Batch service when deleting a Certificate."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **DeleteCertificateError**"
constructors:
- uid: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.DeleteCertificateError()"
fullName: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.DeleteCertificateError()"
name: "DeleteCertificateError()"
nameWithType: "DeleteCertificateError.DeleteCertificateError()"
syntax: "public DeleteCertificateError()"
methods:
- uid: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.code()"
fullName: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.code()"
name: "code()"
nameWithType: "DeleteCertificateError.code()"
summary: "Get the code value."
syntax: "public String code()"
desc: "Get the code value."
returns:
description: "the code value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.message()"
fullName: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.message()"
name: "message()"
nameWithType: "DeleteCertificateError.message()"
summary: "Get the message value."
syntax: "public String message()"
desc: "Get the message value."
returns:
description: "the message value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.values()"
fullName: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.values()"
name: "values()"
nameWithType: "DeleteCertificateError.values()"
summary: "Get this list includes details such as the active Pools and Compute Nodes referencing this Certificate."
syntax: "public List<NameValuePair> values()"
desc: "Get this list includes details such as the active Pools and Compute Nodes referencing this Certificate. However, if a large number of resources reference the Certificate, the list contains only about the first hundred."
returns:
description: "the values value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.NameValuePair?alt=com.microsoft.azure.batch.protocol.models.NameValuePair&text=NameValuePair\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.withCode(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.withCode(String code)"
name: "withCode(String code)"
nameWithType: "DeleteCertificateError.withCode(String code)"
summary: "Set the code value."
parameters:
- description: "the code value to set"
name: "code"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DeleteCertificateError withCode(String code)"
desc: "Set the code value."
returns:
description: "the DeleteCertificateError object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.DeleteCertificateError?alt=com.microsoft.azure.batch.protocol.models.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.withMessage(java.lang.String)"
fullName: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "DeleteCertificateError.withMessage(String message)"
summary: "Set the message value."
parameters:
- description: "the message value to set"
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DeleteCertificateError withMessage(String message)"
desc: "Set the message value."
returns:
description: "the DeleteCertificateError object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.DeleteCertificateError?alt=com.microsoft.azure.batch.protocol.models.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.withValues(java.util.List<com.microsoft.azure.batch.protocol.models.NameValuePair>)"
fullName: "com.microsoft.azure.batch.protocol.models.DeleteCertificateError.withValues(List<NameValuePair> values)"
name: "withValues(List<NameValuePair> values)"
nameWithType: "DeleteCertificateError.withValues(List<NameValuePair> values)"
summary: "Set this list includes details such as the active Pools and Compute Nodes referencing this Certificate."
parameters:
- description: "the values value to set"
name: "values"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.microsoft.azure.batch.protocol.models.NameValuePair?alt=com.microsoft.azure.batch.protocol.models.NameValuePair&text=NameValuePair\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public DeleteCertificateError withValues(List<NameValuePair> values)"
desc: "Set this list includes details such as the active Pools and Compute Nodes referencing this Certificate. However, if a large number of resources reference the Certificate, the list contains only about the first hundred."
returns:
description: "the DeleteCertificateError object itself."
type: "<xref href=\"com.microsoft.azure.batch.protocol.models.DeleteCertificateError?alt=com.microsoft.azure.batch.protocol.models.DeleteCertificateError&text=DeleteCertificateError\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An error encountered by the Batch service when deleting a Certificate."
metadata: {}
package: "com.microsoft.azure.batch.protocol.models"
artifact: com.microsoft.azure:azure-batch:11.2.0