你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MigrateResult Class

Definition

Result for migrate operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MigrateResultTypeConverter))]
public class MigrateResult : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IMigrateResult, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.MigrateResultTypeConverter))>]
type MigrateResult = class
    interface IMigrateResult
    interface IJsonSerializable
    interface IHeaderSerializable
Public Class MigrateResult
Implements IHeaderSerializable, IMigrateResult
Inheritance
MigrateResult
Attributes
Implements

Constructors

MigrateResult()

Creates an new MigrateResult instance.

Properties

Id

Resource ID.

Location
PropertiesMigratedProfileResourceIdId

Resource ID.

ResourceGroupName

Gets the resource group name

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MigrateResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MigrateResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MigrateResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to