CanMigrateResult 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 canMigrate operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CanMigrateResultTypeConverter))]
public class CanMigrateResult : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICanMigrateResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.CanMigrateResultTypeConverter))>]
type CanMigrateResult = class
interface ICanMigrateResult
interface IJsonSerializable
Public Class CanMigrateResult
Implements ICanMigrateResult
- Inheritance
-
CanMigrateResult
- Attributes
- Implements
Constructors
CanMigrateResult() |
Creates an new CanMigrateResult instance. |
Properties
CanMigrate |
Flag that says if the profile can be migrated |
DefaultSku |
Recommended sku for the migration |
Error | |
Id |
Resource ID. |
ResourceGroupName |
Gets the resource group name |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CanMigrateResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CanMigrateResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.ICanMigrateResult. |
FromJsonString(String) |
Creates a new instance of CanMigrateResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CanMigrateResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |