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

98 строки
4.0 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.ApiErrorBase.code()
name: code()
nameWithType: ApiErrorBase.code()
returns:
description: <p>the code value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the code value.</p>
<p></p>
syntax: public String code()
uid: com.microsoft.azure.management.compute.ApiErrorBase.code()
- fullName: com.microsoft.azure.management.compute.ApiErrorBase.message()
name: message()
nameWithType: ApiErrorBase.message()
returns:
description: <p>the message value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the message value.</p>
<p></p>
syntax: public String message()
uid: com.microsoft.azure.management.compute.ApiErrorBase.message()
- fullName: com.microsoft.azure.management.compute.ApiErrorBase.target()
name: target()
nameWithType: ApiErrorBase.target()
returns:
description: <p>the target value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the target value.</p>
<p></p>
syntax: public String target()
uid: com.microsoft.azure.management.compute.ApiErrorBase.target()
- fullName: com.microsoft.azure.management.compute.ApiErrorBase.withCode(String code)
name: withCode(String code)
nameWithType: ApiErrorBase.withCode(String code)
parameters:
- description: <p>the code value to set </p>
name: code
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ApiErrorBase object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.ApiErrorBase?alt=com.microsoft.azure.management.compute.ApiErrorBase&text=ApiErrorBase" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the code value.</p>
<p></p>
syntax: public ApiErrorBase withCode(String code)
uid: com.microsoft.azure.management.compute.ApiErrorBase.withCode(String)
- fullName: com.microsoft.azure.management.compute.ApiErrorBase.withMessage(String message)
name: withMessage(String message)
nameWithType: ApiErrorBase.withMessage(String message)
parameters:
- description: <p>the message value to set </p>
name: message
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ApiErrorBase object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.ApiErrorBase?alt=com.microsoft.azure.management.compute.ApiErrorBase&text=ApiErrorBase" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the message value.</p>
<p></p>
syntax: public ApiErrorBase withMessage(String message)
uid: com.microsoft.azure.management.compute.ApiErrorBase.withMessage(String)
- fullName: com.microsoft.azure.management.compute.ApiErrorBase.withTarget(String target)
name: withTarget(String target)
nameWithType: ApiErrorBase.withTarget(String target)
parameters:
- description: <p>the target value to set </p>
name: target
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the ApiErrorBase object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.ApiErrorBase?alt=com.microsoft.azure.management.compute.ApiErrorBase&text=ApiErrorBase" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the target value.</p>
<p></p>
syntax: public ApiErrorBase withTarget(String target)
uid: com.microsoft.azure.management.compute.ApiErrorBase.withTarget(String)
nameWithType: ApiErrorBase
syntax: public class ApiErrorBase
type: class
uid: com.microsoft.azure.management.compute.ApiErrorBase
fullName: com.microsoft.azure.management.compute.ApiErrorBase
name: ApiErrorBase
package: com.microsoft.azure.management.compute
summary: <p>Api error base. </p>
metadata: {}