MigrationRecoveryPoint 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.
Recovery point for a migration item.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.MigrationRecoveryPointTypeConverter))]
public class MigrationRecoveryPoint : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMigrationRecoveryPoint, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.MigrationRecoveryPointTypeConverter))>]
type MigrationRecoveryPoint = class
interface IMigrationRecoveryPoint
interface IJsonSerializable
interface IResource
interface IValidates
Public Class MigrationRecoveryPoint
Implements IMigrationRecoveryPoint, IValidates
- Inheritance
-
MigrationRecoveryPoint
- Attributes
- Implements
Constructors
MigrationRecoveryPoint() |
Creates an new MigrationRecoveryPoint instance. |
Properties
Id |
Resource Id |
Location |
Resource Location |
Name |
Resource Name |
RecoveryPointTime |
The recovery point time. |
RecoveryPointType |
The recovery point type. |
Type |
Resource Type |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrationRecoveryPoint. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrationRecoveryPoint. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IMigrationRecoveryPoint. |
FromJsonString(String) |
Creates a new instance of MigrationRecoveryPoint, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrationRecoveryPoint into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |