Udostępnij za pośrednictwem


MigrationErrorType Class

Definition

Error response indicates CDN service is not able to process the incoming request. The reason is provided in the error message.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MigrationErrorTypeTypeConverter))]
public class MigrationErrorType : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMigrationErrorType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MigrationErrorTypeTypeConverter))>]
type MigrationErrorType = class
    interface IMigrationErrorType
    interface IJsonSerializable
Public Class MigrationErrorType
Implements IMigrationErrorType
Inheritance
MigrationErrorType
Attributes
Implements

Constructors

MigrationErrorType()

Creates an new MigrationErrorType instance.

Properties

Code

Error code.

ErrorMessage

Error message indicating why the operation failed.

NextStep

Describes what needs to be done to fix the problem

ResourceName

Resource which has the problem.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrationErrorType.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrationErrorType.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMigrationErrorType.

FromJsonString(String)

Creates a new instance of MigrationErrorType, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrationErrorType into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to