RecoveryPointModelProperties 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 model properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.RecoveryPointModelPropertiesTypeConverter))]
public class RecoveryPointModelProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IRecoveryPointModelProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.RecoveryPointModelPropertiesTypeConverter))>]
type RecoveryPointModelProperties = class
interface IRecoveryPointModelProperties
interface IJsonSerializable
Public Class RecoveryPointModelProperties
Implements IRecoveryPointModelProperties
- Inheritance
-
RecoveryPointModelProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| RecoveryPointModelProperties() |
Creates an new RecoveryPointModelProperties instance. |
Properties
| Name | Description |
|---|---|
| CustomPropertyInstanceType |
Discriminator property for RecoveryPointModelCustomProperties. |
| ProvisioningState |
Gets or sets the provisioning state of the recovery point item. |
| RecoveryPointTime |
Gets or sets the recovery point time. |
| RecoveryPointType |
Gets or sets the recovery point type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RecoveryPointModelProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RecoveryPointModelProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IRecoveryPointModelProperties. |
| FromJsonString(String) |
Creates a new instance of RecoveryPointModelProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of RecoveryPointModelProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |