154 строки
6.7 KiB
YAML
154 строки
6.7 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.code()
|
|
name: code()
|
|
nameWithType: ApiError.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.ApiError.code()
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.details()
|
|
name: details()
|
|
nameWithType: ApiError.details()
|
|
returns:
|
|
description: <p>the details value </p>
|
|
type: List<<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>Get the details value.</p>
|
|
|
|
<p></p>
|
|
syntax: public List<ApiErrorBase> details()
|
|
uid: com.microsoft.azure.management.compute.ApiError.details()
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.innererror()
|
|
name: innererror()
|
|
nameWithType: ApiError.innererror()
|
|
returns:
|
|
description: <p>the innererror value </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.InnerError?alt=com.microsoft.azure.management.compute.InnerError&text=InnerError" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the innererror value.</p>
|
|
|
|
<p></p>
|
|
syntax: public InnerError innererror()
|
|
uid: com.microsoft.azure.management.compute.ApiError.innererror()
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.message()
|
|
name: message()
|
|
nameWithType: ApiError.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.ApiError.message()
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.target()
|
|
name: target()
|
|
nameWithType: ApiError.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.ApiError.target()
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.withCode(String code)
|
|
name: withCode(String code)
|
|
nameWithType: ApiError.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 ApiError object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.ApiError?alt=com.microsoft.azure.management.compute.ApiError&text=ApiError" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the code value.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApiError withCode(String code)
|
|
uid: com.microsoft.azure.management.compute.ApiError.withCode(String)
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.withDetails(List<ApiErrorBase> details)
|
|
name: withDetails(List<ApiErrorBase> details)
|
|
nameWithType: ApiError.withDetails(List<ApiErrorBase> details)
|
|
parameters:
|
|
- description: <p>the details value to set </p>
|
|
name: details
|
|
type: List<<xref href="com.microsoft.azure.management.compute.ApiErrorBase?alt=com.microsoft.azure.management.compute.ApiErrorBase&text=ApiErrorBase" data-throw-if-not-resolved="False"/>>
|
|
returns:
|
|
description: <p>the ApiError object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.ApiError?alt=com.microsoft.azure.management.compute.ApiError&text=ApiError" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the details value.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApiError withDetails(List<ApiErrorBase> details)
|
|
uid: com.microsoft.azure.management.compute.ApiError.withDetails(List<ApiErrorBase>)
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.withInnererror(InnerError innererror)
|
|
name: withInnererror(InnerError innererror)
|
|
nameWithType: ApiError.withInnererror(InnerError innererror)
|
|
parameters:
|
|
- description: <p>the innererror value to set </p>
|
|
name: innererror
|
|
type: <xref href="com.microsoft.azure.management.compute.InnerError?alt=com.microsoft.azure.management.compute.InnerError&text=InnerError" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the ApiError object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.ApiError?alt=com.microsoft.azure.management.compute.ApiError&text=ApiError" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the innererror value.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApiError withInnererror(InnerError innererror)
|
|
uid: com.microsoft.azure.management.compute.ApiError.withInnererror(InnerError)
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.withMessage(String message)
|
|
name: withMessage(String message)
|
|
nameWithType: ApiError.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 ApiError object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.ApiError?alt=com.microsoft.azure.management.compute.ApiError&text=ApiError" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the message value.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApiError withMessage(String message)
|
|
uid: com.microsoft.azure.management.compute.ApiError.withMessage(String)
|
|
- fullName: com.microsoft.azure.management.compute.ApiError.withTarget(String target)
|
|
name: withTarget(String target)
|
|
nameWithType: ApiError.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 ApiError object itself. </p>
|
|
type: <xref href="com.microsoft.azure.management.compute.ApiError?alt=com.microsoft.azure.management.compute.ApiError&text=ApiError" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the target value.</p>
|
|
|
|
<p></p>
|
|
syntax: public ApiError withTarget(String target)
|
|
uid: com.microsoft.azure.management.compute.ApiError.withTarget(String)
|
|
nameWithType: ApiError
|
|
syntax: public class ApiError
|
|
type: class
|
|
uid: com.microsoft.azure.management.compute.ApiError
|
|
fullName: com.microsoft.azure.management.compute.ApiError
|
|
name: ApiError
|
|
package: com.microsoft.azure.management.compute
|
|
summary: <p>Api error. </p>
|
|
metadata: {}
|