ApplyClusterRecoveryPointInputProperties 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.
Input definition for apply cluster recovery point properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ApplyClusterRecoveryPointInputPropertiesTypeConverter))]
public class ApplyClusterRecoveryPointInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IApplyClusterRecoveryPointInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.ApplyClusterRecoveryPointInputPropertiesTypeConverter))>]
type ApplyClusterRecoveryPointInputProperties = class
interface IApplyClusterRecoveryPointInputProperties
interface IJsonSerializable
Public Class ApplyClusterRecoveryPointInputProperties
Implements IApplyClusterRecoveryPointInputProperties
- Inheritance
-
ApplyClusterRecoveryPointInputProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ApplyClusterRecoveryPointInputProperties() |
Creates an new ApplyClusterRecoveryPointInputProperties instance. |
Properties
| Name | Description |
|---|---|
| ClusterRecoveryPointId |
The cluster recovery point id to be passed to failover to a particular recovery point. |
| IndividualNodeRecoveryPoint |
The list of individual node recovery points. |
| ProviderSpecificDetailInstanceType |
The class type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplyClusterRecoveryPointInputProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplyClusterRecoveryPointInputProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IApplyClusterRecoveryPointInputProperties. |
| FromJsonString(String) |
Creates a new instance of ApplyClusterRecoveryPointInputProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplyClusterRecoveryPointInputProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |