Share via


RecoveryPointModel Class

Definition

Recovery point model.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.RecoveryPointModelTypeConverter))]
public class RecoveryPointModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IRecoveryPointModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.RecoveryPointModelTypeConverter))>]
type RecoveryPointModel = class
    interface IRecoveryPointModel
    interface IJsonSerializable
Public Class RecoveryPointModel
Implements IRecoveryPointModel
Inheritance
RecoveryPointModel
Attributes
Implements

Constructors

RecoveryPointModel()

Creates an new RecoveryPointModel instance.

Properties

CustomPropertyInstanceType

Gets or sets the instance type.

Id

Gets or sets the Id of the resource.

Name

Gets or sets the name of the resource.

RecoveryPointTime

Gets or sets the recovery point time.

RecoveryPointType

Gets or sets the recovery point type.

SystemDataCreatedAt

Gets or sets the timestamp of resource creation (UTC).

SystemDataCreatedBy

Gets or sets identity that created the resource.

SystemDataCreatedByType

Gets or sets the type of identity that created the resource: user, application, managedIdentity.

SystemDataLastModifiedAt

Gets or sets the timestamp of resource last modification (UTC).

SystemDataLastModifiedBy

Gets or sets the identity that last modified the resource.

SystemDataLastModifiedByType

Gets or sets the type of identity that last modified the resource: user, application, managedIdentity.

Type

Gets or sets the type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RecoveryPointModel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RecoveryPointModel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IRecoveryPointModel.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of RecoveryPointModel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to