azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

118 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType"
name: "MigrationErrorType"
nameWithType: "MigrationErrorType"
summary: "Error response indicates CDN service is not able to process the incoming request."
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 final class **MigrationErrorType**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.models.MigrationErrorType?alt=com.azure.resourcemanager.cdn.models.MigrationErrorType&text=MigrationErrorType\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.MigrationErrorType()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.MigrationErrorType()"
name: "MigrationErrorType()"
nameWithType: "MigrationErrorType.MigrationErrorType()"
summary: "Creates an instance of Migration<wbr>Error<wbr>Type class."
syntax: "public MigrationErrorType()"
desc: "Creates an instance of MigrationErrorType class."
methods:
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.code()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.code()"
name: "code()"
nameWithType: "MigrationErrorType.code()"
summary: "Get the code property: Error code."
syntax: "public String code()"
desc: "Get the code property: Error code."
returns:
description: "the code value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.errorMessage()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.errorMessage()"
name: "errorMessage()"
nameWithType: "MigrationErrorType.errorMessage()"
summary: "Get the error<wbr>Message property: Error message indicating why the operation failed."
syntax: "public String errorMessage()"
desc: "Get the errorMessage property: Error message indicating why the operation failed."
returns:
description: "the errorMessage value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MigrationErrorType.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Migration<wbr>Error<wbr>Type from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static MigrationErrorType fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the MigrationErrorType."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of MigrationErrorType from the JsonReader."
returns:
description: "An instance of MigrationErrorType if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.MigrationErrorType?alt=com.azure.resourcemanager.cdn.models.MigrationErrorType&text=MigrationErrorType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.nextSteps()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.nextSteps()"
name: "nextSteps()"
nameWithType: "MigrationErrorType.nextSteps()"
summary: "Get the next<wbr>Steps property: Describes what needs to be done to fix the problem."
syntax: "public String nextSteps()"
desc: "Get the nextSteps property: Describes what needs to be done to fix the problem."
returns:
description: "the nextSteps value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.resourceName()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.resourceName()"
name: "resourceName()"
nameWithType: "MigrationErrorType.resourceName()"
summary: "Get the resource<wbr>Name property: Resource which has the problem."
syntax: "public String resourceName()"
desc: "Get the resourceName property: Resource which has the problem."
returns:
description: "the resourceName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MigrationErrorType.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.MigrationErrorType.validate()"
fullName: "com.azure.resourcemanager.cdn.models.MigrationErrorType.validate()"
name: "validate()"
nameWithType: "MigrationErrorType.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "Error response indicates CDN service is not able to process the incoming request. The reason is provided in the error message."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.models.MigrationErrorType?alt=com.azure.resourcemanager.cdn.models.MigrationErrorType&text=MigrationErrorType\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.42.0