MigrateResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |