A2AApplyClusterRecoveryPointInput 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.
A2A provider specific input for apply cluster recovery point.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AApplyClusterRecoveryPointInputTypeConverter))]
public class A2AApplyClusterRecoveryPointInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2AApplyClusterRecoveryPointInput, Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.A2AApplyClusterRecoveryPointInputTypeConverter))>]
type A2AApplyClusterRecoveryPointInput = class
interface IA2AApplyClusterRecoveryPointInput
interface IJsonSerializable
interface IApplyClusterRecoveryPointProviderSpecificInput
interface IValidates
Public Class A2AApplyClusterRecoveryPointInput
Implements IA2AApplyClusterRecoveryPointInput, IValidates
- Inheritance
-
A2AApplyClusterRecoveryPointInput
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| A2AApplyClusterRecoveryPointInput() |
Creates an new A2AApplyClusterRecoveryPointInput instance. |
Properties
| Name | Description |
|---|---|
| InstanceType |
The class type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of A2AApplyClusterRecoveryPointInput. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of A2AApplyClusterRecoveryPointInput. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20250801.IA2AApplyClusterRecoveryPointInput. |
| FromJsonString(String) |
Creates a new instance of A2AApplyClusterRecoveryPointInput, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of A2AApplyClusterRecoveryPointInput into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |